From: Lars Ingebrigtsen Date: Tue, 8 Mar 2022 20:11:18 +0000 (+0100) Subject: Mark tramp test unstable on EMBA X-Git-Tag: emacs-29.0.90~1951 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45e78a57ff22fad10b703755f1bf47c32f6aeb45;p=emacs.git Mark tramp test unstable on EMBA * test/lisp/net/tramp-tests.el (tramp-test44-asynchronous-requests): Mark timed-out EMBA test as unstable. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 22c7fc6b2f6..ef82d3ac61b 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -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