summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2020-07-02 13:40:00 -0400
committerJoey Hess <joeyh@joeyh.name>2020-07-02 13:40:00 -0400
commitdf168e3513a7d453ac30abdcd3204a656183463b (patch)
treea73aa8cf41987489fa6e8ff88844133a811a1d8c /standalone
parentf912f8e5fd44a52fa19d74fabe649e4000e9759a (diff)
avoid running test on windows
It's failed for a long time in the autobuilder environment, and currently it seems to be hanging.
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 42a5f8600a..0a772e4a8f 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -67,5 +67,5 @@ rm -rf .t
# Currently the test fails in the autobuilder environment for reasons not
# yet understood. Windows users are encouraged to run the test suite
-# themseves, so we'll ignore these failures for now.
-withcyg git-annex.exe test || true
+# themseves.
+#withcyg git-annex.exe test || true