summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2020-12-25 18:45:29 +0100
committerMichael Albinus <michael.albinus@gmx.de>2020-12-25 18:45:29 +0100
commit1ca6add75f81eac83dc7e11ec771c86f14be6a8e (patch)
treed2cbd908f05111c80cfc4a4b4170174de0df0ab9
parente497a013f71ab89d2524631cd63a74b02c01b022 (diff)
downloademacs-1ca6add75f81eac83dc7e11ec771c86f14be6a8e.tar.gz
emacs-1ca6add75f81eac83dc7e11ec771c86f14be6a8e.tar.bz2
emacs-1ca6add75f81eac83dc7e11ec771c86f14be6a8e.zip
Tag another Tramp test :unstable on emba
* test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process) (tramp-test43-asynchronous-requests): Tag them :unstable on emba.
-rw-r--r--test/lisp/net/tramp-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index fd0c4d6f4b3..c8756627936 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -6255,7 +6255,8 @@ This is needed in timer functions as well as process filters and sentinels."
"Check parallel asynchronous requests.
Such requests could arrive from timers, process filters and
process sentinels. They shall not disturb each other."
- :tags '(:expensive-test)
+ :tags (if (getenv "EMACS_EMBA_CI")
+ '(:expensive-test :unstable) '(:expensive-test))
(skip-unless (tramp--test-enabled))
;; Prior Emacs 27, `shell-file-name' was hard coded as "/bin/sh" for
;; remote processes in Emacs. That doesn't work for tramp-adb.el.