projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d864389
)
* test/lisp/vc/vc-tests.el (vc-test-git06-version-diff): Skip on hydra.
author
Glenn Morris
<rgm@gnu.org>
Sun, 5 Sep 2021 21:04:43 +0000
(14:04 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 5 Sep 2021 21:04:43 +0000
(14:04 -0700)
test/lisp/vc/vc-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/vc/vc-tests.el
b/test/lisp/vc/vc-tests.el
index 16ef5cc2f9c2532eb22c99967be7a7a1f72da564..c20d1bdf6a51619a94249fc2c2dbe18f583f32c2 100644
(file)
--- 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))
))))