Skip to content

Commit 568ed40

Browse files
committed
unstrict xfail
1 parent b345971 commit 568ed40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/tests/arithmetic/test_datetime64.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,9 @@ def test_dt64arr_addsub_time_objects_raises(
11791179
if str(tz) == "tzlocal()" and future is True:
11801180
# TODO(GH#53278)
11811181
mark = pytest.mark.xfail(
1182-
reason="Incorrectly raises AttributeError instead of TypeError"
1182+
reason="Incorrectly raises AttributeError instead of TypeError",
1183+
# some but not all CI builds
1184+
strict=False,
11831185
)
11841186
request.node.add_marker(mark)
11851187

0 commit comments

Comments
 (0)