From: Magnus Jacobsson Date: Mon, 14 Sep 2020 22:23:54 +0000 (+0200) Subject: Add skip of test_1813 also for Linux CMake X-Git-Tag: 2.46.0~20^2^2~68^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dee297c363874a995090964457142d4d1460285b;p=graphviz Add skip of test_1813 also for Linux CMake --- diff --git a/rtest/test_regression.py b/rtest/test_regression.py index 6e030a71b..9a186ae4b 100644 --- a/rtest/test_regression.py +++ b/rtest/test_regression.py @@ -335,8 +335,9 @@ def test_1783(): # https://gitlab.com/graphviz/graphviz/-/issues/1816 is fixed @pytest.mark.skipif( + os.environ.get('build_system') == 'cmake' or platform.system() == 'Windows', - reason='gvedit is not built for Windows (#1816)' + reason='gvedit is not built for Windows or using CMake (#1816)' ) def test_1813(): '''