Skip to content

Commit 8005e85

Browse files
remove xfail
1 parent 5cdecb3 commit 8005e85

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/frame/test_repr.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
import numpy as np
88
import pytest
99

10-
from pandas._config import using_string_dtype
11-
1210
from pandas import (
1311
NA,
1412
Categorical,
@@ -176,7 +174,6 @@ def test_repr_mixed_big(self):
176174

177175
repr(biggie)
178176

179-
@pytest.mark.xfail(using_string_dtype(), reason="/r in")
180177
def test_repr(self):
181178
# columns but no index
182179
no_index = DataFrame(columns=[0, 1, 3])

0 commit comments

Comments
 (0)