From: Michael Albinus Date: Fri, 8 Jan 2021 08:58:31 +0000 (+0100) Subject: * test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process): X-Git-Tag: emacs-28.0.90~4345 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=656801f5bb3a9d619e1c0b987d905c22387cc462;p=emacs.git * test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process): Tag it :unstable on hydra. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 819d69b600e..e1cb9939f29 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -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))