summaryrefslogtreecommitdiff
path: root/test/lisp/vc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-09-05 14:04:43 -0700
committerGlenn Morris <rgm@gnu.org>2021-09-05 14:04:43 -0700
commitdd4be8ad3b0cbcd701a5d5f7221a7e4c2a69d6be (patch)
tree7afc73349e293bd1f81dc02c120f4dc2f6ec984d /test/lisp/vc
parentd864389c34507f135089b3059264f9585092abda (diff)
downloademacs-dd4be8ad3b0cbcd701a5d5f7221a7e4c2a69d6be.tar.gz
emacs-dd4be8ad3b0cbcd701a5d5f7221a7e4c2a69d6be.tar.bz2
emacs-dd4be8ad3b0cbcd701a5d5f7221a7e4c2a69d6be.zip
* test/lisp/vc/vc-tests.el (vc-test-git06-version-diff): Skip on hydra.
Diffstat (limited to 'test/lisp/vc')
-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))
))))