From e497a013f71ab89d2524631cd63a74b02c01b022 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 25 Dec 2020 17:05:36 +0100 Subject: [PATCH] Tag Tramp test :unstable * test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process): Tag it :unstable on emba. --- test/lisp/net/tramp-tests.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 9dd98037a0e..fd0c4d6f4b3 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -4663,7 +4663,8 @@ If UNSTABLE is non-nil, the test is tagged as `:unstable'." (ert-deftest tramp-test31-interrupt-process () "Check `interrupt-process'." - :tags '(:expensive-test) + :tags (if (getenv "EMACS_EMBA_CI") + '(:expensive-test :unstable) '(:expensive-test)) (skip-unless (tramp--test-enabled)) (skip-unless (tramp--test-sh-p)) (skip-unless (not (tramp--test-crypt-p))) -- 2.39.5