]> granicus.if.org Git - graphviz/commitdiff
Add skip of test_1813 also for macOS
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 20 Oct 2020 12:48:44 +0000 (14:48 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sat, 24 Oct 2020 05:46:24 +0000 (07:46 +0200)
Fails because of https://gitlab.com/graphviz/graphviz/-/issues/1857.

rtest/test_regression.py

index 51032d06e64918c5a30c7f074f45483553192e59..425f9b857d1a17b96b44806f5c61d2acf179487f 100644 (file)
@@ -332,11 +332,13 @@ def test_1783():
     assert ret != -signal.SIGSEGV, 'Graphviz segfaulted'
 
 # FIXME: Remove skip when
+# https://gitlab.com/graphviz/graphviz/-/issues/1857 and
 # https://gitlab.com/graphviz/graphviz/-/issues/1816 is fixed
 @pytest.mark.skipif(
     os.environ.get('build_system') == 'cmake' or
+    platform.system() == 'Darwin' or
     platform.system() == 'Windows',
-    reason='gvedit is not built for Windows or using CMake (#1816)'
+    reason='gvedit is not built for macOS or Windows or using CMake (#1816 & #1857)'
 )
 def test_1813():
     '''