From: Michael Albinus Date: Fri, 25 Dec 2020 16:05:36 +0000 (+0100) Subject: Tag Tramp test :unstable X-Git-Tag: emacs-28.0.90~4568 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e497a013f71ab89d2524631cd63a74b02c01b022;p=emacs.git Tag Tramp test :unstable * test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process): Tag it :unstable on emba. --- 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)))