summaryrefslogtreecommitdiff
path: root/test/lisp/vc/vc-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/vc/vc-tests.el')
-rw-r--r--test/lisp/vc/vc-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el
index 16ef5cc2f9c..c20d1bdf6a5 100644
--- a/test/lisp/vc/vc-tests.el
+++ b/test/lisp/vc/vc-tests.el
@@ -797,6 +797,9 @@ This checks also `vc-backend' and `vc-responsible-backend'."
(ert-get-test
',(intern
(format "vc-test-%s01-register" backend-string))))))
+ ;; FIXME git (2.18.1) commit fails with status 128 - why?
+ (skip-unless (not (and (eq 'Git ',backend)
+ (getenv "EMACS_HYDRA_CI"))))
(vc-test--version-diff ',backend))
))))