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