Skip to content

Commit 834fe47

Browse files
authored
TST: un-xfail (#49063)
1 parent 67d75f3 commit 834fe47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/tests/series/methods/test_isin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ def test_isin_datetimelike_mismatched_reso(self):
5757
result = ser.isin(dta)
5858
tm.assert_series_equal(result, expected)
5959

60-
@pytest.mark.xfail(
61-
reason="DTA._from_sequence incorrectly treats Timestamp[s].value as "
62-
"nanoseconds."
63-
)
6460
def test_isin_datetimelike_mismatched_reso_list(self):
6561
expected = Series([True, True, False, False, False])
6662

0 commit comments

Comments
 (0)