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:
Lars Ingebrigtsen 2022-03-08 21:11:18 +01:00
parent ed543ca3e0
commit 45e78a57ff

View file

@ -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