Skip to content

Commit e55bc81

Browse files
author
MomIsBestFriend
committed
Troubleshoot failing test
1 parent f29760c commit e55bc81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexes/multi/test_setops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ def test_union_sort_other_empty_sort(slice_):
334334
tm.assert_index_equal(result, expected)
335335

336336

337-
@pytest.mark.xfail(reason="`warn` if statement is not working properly", strict=False)
338337
def test_union_sort_other_incomparable():
339338
# https://github.com/pandas-dev/pandas/issues/24959
340339
idx = pd.MultiIndex.from_product([[1, pd.Timestamp("2000")], ["a", "b"]])

0 commit comments

Comments
 (0)