From: Magnus Jacobsson Date: Fri, 22 May 2020 06:02:58 +0000 (+0200) Subject: Skip test_large_graphs on Windows X-Git-Tag: 2.44.1~70^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dca8d482def57abb30398ca551533cb5c699a58e;p=graphviz Skip test_large_graphs on Windows Fixes https://gitlab.com/graphviz/graphviz/-/issues/1710 --- diff --git a/tests/regression_tests/regression_tests.bat b/tests/regression_tests/regression_tests.bat index 0905fb15d..a076e83ae 100644 --- a/tests/regression_tests/regression_tests.bat +++ b/tests/regression_tests/regression_tests.bat @@ -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