Skip to content

Commit 288bf6e

Browse files
authored
TST: xfail unrelaible parallel coordinates sorted label test (#18688)
1 parent 0229538 commit 288bf6e

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
@@ -202,6 +202,7 @@ def test_parallel_coordinates(self):
202202
with tm.assert_produces_warning(FutureWarning):
203203
parallel_coordinates(df, 'Name', colors=colors)
204204

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

0 commit comments

Comments
 (0)