]> granicus.if.org Git - graphviz/commitdiff
Add temporary skip of test_1813 on Windows
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sun, 6 Sep 2020 20:57:18 +0000 (22:57 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Fri, 11 Sep 2020 05:37:29 +0000 (07:37 +0200)
The test is skipped because of
https://gitlab.com/graphviz/graphviz/-/issues/1816.

rtest/test_regression.py

index 455d60b659d0da0deb6de1144d196507125fd5ce..8feb59cc8888d3f1ae02ad1fc9a731daf4298ca9 100644 (file)
@@ -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