Skip to content

Commit 23afb07

Browse files
committed
Commented out test_add_frame's xfail to test CI
1 parent 550ddde commit 23afb07

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
@@ -263,7 +263,7 @@ def test_add_strings(dtype):
263263
tm.assert_frame_equal(result, expected)
264264

265265

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

0 commit comments

Comments
 (0)