Skip to content

Commit 2f16fa7

Browse files
jbrockmendelnoatamir
authored andcommitted
TST: un-xfail (pandas-dev#49063)
1 parent 4be572f commit 2f16fa7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/tests/series/methods/test_isin.py

-4
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)