Skip to content

Commit d67ea44

Browse files
xpass in categorical replace test
1 parent dd174ef commit d67ea44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/series/methods/test_replace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ def test_replace_mixed_types_with_string(self):
359359
expected = pd.Series([1, np.nan, 3, np.nan, 4, 5], dtype=object)
360360
tm.assert_series_equal(expected, result)
361361

362-
@pytest.mark.xfail(using_string_dtype(), reason="can't fill 0 in string")
363362
@pytest.mark.parametrize(
364363
"categorical, numeric",
365364
[

0 commit comments

Comments
 (0)