From 45e78a57ff22fad10b703755f1bf47c32f6aeb45 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 8 Mar 2022 21:11:18 +0100 Subject: [PATCH] Mark tramp test unstable on EMBA * test/lisp/net/tramp-tests.el (tramp-test44-asynchronous-requests): Mark timed-out EMBA test as unstable. --- test/lisp/net/tramp-tests.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5