]> git.eshelyaron.com Git - emacs.git/commitdiff
Tag Tramp test :unstable
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 25 Dec 2020 16:05:36 +0000 (17:05 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 25 Dec 2020 16:05:36 +0000 (17:05 +0100)
* test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process):
Tag it :unstable on emba.

test/lisp/net/tramp-tests.el

index 9dd98037a0ed34e2d0b4fab00e5322da0ae823d8..fd0c4d6f4b38c2338963f640085e75e882df9dcd 100644 (file)
@@ -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)))