[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 45e78a57ff: Mark tramp test unstable on EMBA
From: |
Lars Ingebrigtsen |
Subject: |
master 45e78a57ff: Mark tramp test unstable on EMBA |
Date: |
Tue, 8 Mar 2022 15:11:33 -0500 (EST) |
branch: master
commit 45e78a57ff22fad10b703755f1bf47c32f6aeb45
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
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 22c7fc6b2f..ef82d3ac61 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 45e78a57ff: Mark tramp test unstable on EMBA,
Lars Ingebrigtsen <=