]> granicus.if.org Git - graphviz/commitdiff
Skip test_large_graphs on Windows
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 22 May 2020 06:02:58 +0000 (08:02 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 22 May 2020 06:03:24 +0000 (08:03 +0200)
Fixes https://gitlab.com/graphviz/graphviz/-/issues/1710

tests/regression_tests/regression_tests.bat

index 0905fb15d69db2730b7fb2ecf82765325237842a..a076e83ae3d8ae1c301d082d2919680026e81484 100644 (file)
@@ -5,4 +5,5 @@ python shapes.py
 popd
 
 REM Larger graph testing
-python -m unittest discover large
+# FIXME: re-enable when https://gitlab.com/graphviz/graphviz/-/issues/1710 is fixed
+#python -m unittest discover large