From 623b5bb8ad5c788fd0bf00b9a645059c5aa0f4cd Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Fri, 8 Dec 2017 06:08:02 -0500 Subject: [PATCH] TST: xfail unrelaible parallel coordinates sorted label test --- pandas/tests/plotting/test_misc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pandas/tests/plotting/test_misc.py b/pandas/tests/plotting/test_misc.py index 8b0a981760c72..1753bc6387d33 100644 --- a/pandas/tests/plotting/test_misc.py +++ b/pandas/tests/plotting/test_misc.py @@ -202,6 +202,7 @@ def test_parallel_coordinates(self): with tm.assert_produces_warning(FutureWarning): parallel_coordinates(df, 'Name', colors=colors) + @pytest.mark.xfail(reason="unreliable test") def test_parallel_coordinates_with_sorted_labels(self): """ For #15908 """ from pandas.plotting import parallel_coordinates