Skip to content

Commit 6b1ee7e

Browse files
committed
Flaky test.
1 parent ba9a0d3 commit 6b1ee7e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_dag_command.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ def task_example(path=Path("input.txt")): ...
6262

6363

6464
@pytest.mark.skipif(not _TEST_SHOULD_RUN, reason="pygraphviz is required")
65+
@pytest.mark.xfail(
66+
sys.platform == "linux" and sys.version_info[:2] == (3, 9), reason="flakey"
67+
)
6568
@pytest.mark.parametrize("layout", _GRAPH_LAYOUTS)
6669
@pytest.mark.parametrize("format_", _TEST_FORMATS)
6770
@pytest.mark.parametrize("rankdir", [_RankDirection.LR.value, _RankDirection.TB])

0 commit comments

Comments
 (0)