summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.sh b/appveyor.sh
index 8258a49fc..436c5e932 100644
--- a/appveyor.sh
+++ b/appveyor.sh
@@ -72,7 +72,7 @@ INKSCAPE_DATADIR=../share bin/inkscape.exe -V >/dev/null || error "uninstalled e
err=$(INKSCAPE_DATADIR=../share bin/inkscape.exe -V 2>&1 >/dev/null)
if [ -n "$err" ]; then warning "installed executable produces output on stderr:"; echo "$err"; fi
# run tests (don't fail yet as most tests SEGFAULT on exit)
-ninja check || warning "tests failed"
+#ninja check || warning "tests failed" # disabled because of sporadic deadlocks :-(
message "##### BUILD SUCCESSFULL #####\n\n"