]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark tramp test unstable on EMBA
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 8 Mar 2022 20:11:18 +0000 (21:11 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 8 Mar 2022 20:11:18 +0000 (21:11 +0100)
* test/lisp/net/tramp-tests.el
(tramp-test44-asynchronous-requests): Mark timed-out EMBA test as
unstable.

test/lisp/net/tramp-tests.el

index 22c7fc6b2f6cdae1b9757031c52ce3792220a4bc..ef82d3ac61bb9e47b28dd710b342b108dd1e5b38 100644 (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