Skip to content

Commit eaac655

Browse files
committed
Commented out test_add_frame's xfail to test CI
1 parent ce0b2ef commit eaac655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/string_/test_string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def test_add_strings(dtype):
268268
tm.assert_frame_equal(result, expected)
269269

270270

271-
@pytest.mark.xfail(reason="GH-28527")
271+
# @pytest.mark.xfail(reason="GH-28527")
272272
def test_add_frame(dtype):
273273
arr = pd.array(["a", "b", np.nan, np.nan], dtype=dtype)
274274
df = pd.DataFrame([["x", np.nan, "y", np.nan]])

0 commit comments

Comments
 (0)