Skip to content

Commit 043430c

Browse files
fixup add xfails
1 parent 2eaaa03 commit 043430c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/series/test_logical_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ def test_reverse_ops_with_index(self, op, expected):
368368
result = op(ser, idx)
369369
tm.assert_series_equal(result, expected)
370370

371-
@pytest.mark.xfail(using_string_dtype(), reason="TODO(infer_string)")
372371
def test_logical_ops_label_based(self, using_infer_string):
373372
# GH#4947
374373
# logical ops should be label based

0 commit comments

Comments
 (0)