Skip to content

Commit dbb2a82

Browse files
committed
un-xfail test now that pandas-dev#19139 is merged
1 parent 577b337 commit dbb2a82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/scalar/test_nat.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,7 @@ def test_nat_arithmetic_index():
314314

315315
@pytest.mark.parametrize('box, assert_func', [
316316
(TimedeltaIndex, tm.assert_index_equal),
317-
pytest.param(Series, tm.assert_series_equal,
318-
marks=pytest.mark.xfail(reason='NaT - Series returns NaT'))
317+
(Series, tm.assert_series_equal)
319318
])
320319
def test_nat_arithmetic_td64_vector(box, assert_func):
321320
# GH#19124

0 commit comments

Comments
 (0)