]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process):
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 8 Jan 2021 08:58:31 +0000 (09:58 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 8 Jan 2021 08:58:31 +0000 (09:58 +0100)
Tag it :unstable on hydra.

test/lisp/net/tramp-tests.el

index 819d69b600e469716e6e279df965f940f6bad61f..e1cb9939f29a04faff5753b8f72f69fa23a23f3b 100644 (file)
@@ -4670,7 +4670,7 @@ If UNSTABLE is non-nil, the test is tagged as `:unstable'."
 
 (ert-deftest tramp-test31-interrupt-process ()
   "Check `interrupt-process'."
-  :tags (if (getenv "EMACS_EMBA_CI")
+  :tags (if (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI"))
            '(:expensive-test :unstable) '(:expensive-test))
   (skip-unless (tramp--test-enabled))
   (skip-unless (tramp--test-sh-p))