projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd56406
)
* test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process):
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 8 Jan 2021 08:58:31 +0000
(09:58 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 8 Jan 2021 08:58:31 +0000
(09:58 +0100)
Tag it :unstable on hydra.
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 819d69b600e469716e6e279df965f940f6bad61f..e1cb9939f29a04faff5753b8f72f69fa23a23f3b 100644
(file)
--- a/
test/lisp/net/tramp-tests.el
+++ b/
test/lisp/net/tramp-tests.el
@@
-4670,7
+4670,7
@@
If UNSTABLE is non-nil, the test is tagged as `:unstable'."
(ert-deftest tramp-test31-interrupt-process ()
"Check `interrupt-process'."
- :tags (if (
getenv "EMACS_EMBA_CI"
)
+ :tags (if (
or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI")
)
'(:expensive-test :unstable) '(:expensive-test))
(skip-unless (tramp--test-enabled))
(skip-unless (tramp--test-sh-p))