8000 TST: xfail unrelaible parallel coordinates sorted label test (#18688) · pandas-dev/pandas@288bf6e · GitHub
[go: up one dir, main page]

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

Lines changed: 1 addition & 0 deletions
< 3A04 td data-grid-cell-id="diff-cc9b3db8e42808de1a0ebab3b45d4e16911e61666faa7b10a7df34588237a91b-207-208-2" data-line-anchor="diff-cc9b3db8e42808de1a0ebab3b45d4e16911e61666faa7b10a7df34588237a91bR208" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
from pandas.plotting import parallel_coordinates
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

0 commit comments

Comments
 (0)
0