From: Matthew Fernandez Date: Sat, 24 Dec 2022 21:17:36 +0000 (-0800) Subject: also allow macOS to fail the long chain test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f7c37b77f6f8be529a69a7ec05a001234642ea6;p=graphviz also allow macOS to fail the long chain test It seems this test can also fail in CI on macOS. Gitlab: #1710, #1720 --- diff --git a/tests/regression_tests/large/test_large_graphs.py b/tests/regression_tests/large/test_large_graphs.py index 3577ee1a9..d0dbeb995 100644 --- a/tests/regression_tests/large/test_large_graphs.py +++ b/tests/regression_tests/large/test_large_graphs.py @@ -12,7 +12,7 @@ import pytest sys.path.append(os.path.join(os.path.dirname(__file__), "../../../tests")) from gvtest import dot #pylint: disable=wrong-import-position -@pytest.mark.xfail(platform.system() == "Windows", +@pytest.mark.xfail(platform.system() in ("Darwin", "Windows"), reason="https://gitlab.com/graphviz/graphviz/-/issues/1710") def test_long_chain(): """