From: Magnus Jacobsson Date: Sun, 6 Sep 2020 20:57:18 +0000 (+0200) Subject: Add temporary skip of test_1813 on Windows X-Git-Tag: 2.46.0~20^2^2~88^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c76e60c468dcac48f7f085ed3563c1b387d2fad;p=graphviz Add temporary skip of test_1813 on Windows The test is skipped because of https://gitlab.com/graphviz/graphviz/-/issues/1816. --- diff --git a/rtest/test_regression.py b/rtest/test_regression.py index 455d60b65..8feb59cc8 100644 --- a/rtest/test_regression.py +++ b/rtest/test_regression.py @@ -311,6 +311,12 @@ def test_1783(): assert ret != -signal.SIGSEGV, 'Graphviz segfaulted' +# FIXME: Remove skip when +# https://gitlab.com/graphviz/graphviz/-/issues/1816 is fixed +@pytest.mark.skipif( + platform.system() == 'Windows', + reason='gvedit is not built for Windows (#1816)' +) def test_1813(): ''' gvedit -? should show usage