emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master dd4be8a: * test/lisp/vc/vc-tests.el (vc-test-git06-version-diff):


From: Glenn Morris
Subject: master dd4be8a: * test/lisp/vc/vc-tests.el (vc-test-git06-version-diff): Skip on hydra.
Date: Sun, 5 Sep 2021 17:05:04 -0400 (EDT)

branch: master
commit dd4be8ad3b0cbcd701a5d5f7221a7e4c2a69d6be
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * test/lisp/vc/vc-tests.el (vc-test-git06-version-diff): Skip on hydra.
---
 test/lisp/vc/vc-tests.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el
index 16ef5cc..c20d1bd 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))
         ))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]