Mark tramp test unstable on EMBA
* test/lisp/net/tramp-tests.el (tramp-test44-asynchronous-requests): Mark timed-out EMBA test as unstable.
This commit is contained in:
parent
ed543ca3e0
commit
45e78a57ff
1 changed files with 3 additions and 1 deletions
|
@ -6917,7 +6917,9 @@ This is needed in timer functions as well as process filters and sentinels."
|
|||
Such requests could arrive from timers, process filters and
|
||||
process sentinels. They shall not disturb each other."
|
||||
:tags (append '(:expensive-test :tramp-asynchronous-processes)
|
||||
(and (getenv "EMACS_HYDRA_CI") '(:unstable)))
|
||||
(and (or (getenv "EMACS_HYDRA_CI")
|
||||
(getenv "EMACS_EMBA_CI"))
|
||||
'(:unstable)))
|
||||
(skip-unless (tramp--test-enabled))
|
||||
(skip-unless (tramp--test-supports-processes-p))
|
||||
;; Prior Emacs 27, `shell-file-name' was hard coded as "/bin/sh" for
|
||||
|
|
Loading…
Add table
Reference in a new issue