Skip to content

Commit a187f86

Browse files
author
nli307
committed
removing xfail
1 parent 220e290 commit a187f86

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pandas/tests/extension/test_arrow.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,13 +1085,7 @@ def test_comp_masked_numpy(self, masked_dtype, comparison_op):
10851085
expected = pd.Series(exp, dtype=ArrowDtype(pa.bool_()))
10861086
tm.assert_series_equal(result, expected)
10871087

1088-
def test_loc_setitem_with_expansion_preserves_ea_index_dtype(self, data, request):
1089-
pa_dtype = data.dtype.pyarrow_dtype
1090-
if pa.types.is_date(pa_dtype):
1091-
mark = pytest.mark.xfail(
1092-
reason="GH#62343 incorrectly casts to timestamp[ms][pyarrow]"
1093-
)
1094-
request.applymarker(mark)
1088+
def test_loc_setitem_with_expansion_preserves_ea_index_dtype(self, data):
10951089
super().test_loc_setitem_with_expansion_preserves_ea_index_dtype(data)
10961090

10971091

0 commit comments

Comments
 (0)