From 656801f5bb3a9d619e1c0b987d905c22387cc462 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 8 Jan 2021 09:58:31 +0100 Subject: [PATCH] * test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process): Tag it :unstable on hydra. --- test/lisp/net/tramp-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5