Skip to content

Commit 411bf0b

Browse files
jrebackTomAugspurger
authored andcommitted
TST: xfail unrelaible parallel coordinates sorted label test (#18688)
1 parent 0871b8d commit 411bf0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/plotting/test_misc.py

+1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def test_parallel_coordinates(self):
201201
with tm.assert_produces_warning(FutureWarning):
202202
parallel_coordinates(df, 'Name', colors=colors)
203203

204+
@pytest.mark.xfail(reason="unreliable test")
204205
def test_parallel_coordinates_with_sorted_labels(self):
205206
""" For #15908 """
206207
from pandas.plotting import parallel_coordinates

0 commit comments

Comments
 (0)