We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0229538 commit 288bf6eCopy full SHA for 288bf6e
pandas/tests/plotting/test_misc.py
@@ -202,6 +202,7 @@ def test_parallel_coordinates(self):
202
with tm.assert_produces_warning(FutureWarning):
203
parallel_coordinates(df, 'Name', colors=colors)
204
205
+ @pytest.mark.xfail(reason="unreliable test")
206
def test_parallel_coordinates_with_sorted_labels(self):
207
""" For #15908 """
208
from pandas.plotting import parallel_coordinates
0 commit comments