projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3649160
)
Tag Tramp test :unstable
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 25 Dec 2020 16:05:36 +0000
(17:05 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 9dd98037a0ed34e2d0b4fab00e5322da0ae823d8..fd0c4d6f4b38c2338963f640085e75e882df9dcd 100644
(file)
--- 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)))