emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e497a01: Tag Tramp test :unstable


From: Michael Albinus
Subject: master e497a01: Tag Tramp test :unstable
Date: Fri, 25 Dec 2020 11:05:44 -0500 (EST)

branch: master
commit e497a013f71ab89d2524631cd63a74b02c01b022
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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 9dd9803..fd0c4d6 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]