From 67be8a45a62aad3c55adeaf59aec81a537343a91 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 12 Mar 2022 17:49:42 +0100 Subject: [PATCH] Mark tramp-test30-make-process unstable on EMBA * test/lisp/net/tramp-tests.el (tramp-test30-make-process): This times out on EMBA. --- 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 ef82d3ac61b..afe7a740638 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -4713,7 +4713,9 @@ If UNSTABLE is non-nil, the test is tagged as `:unstable'." (ert-deftest tramp-test30-make-process () "Check `make-process'." - :tags '(:expensive-test :tramp-asynchronous-processes) + :tags (append '(:expensive-test :tramp-asynchronous-processes) + (and (getenv "EMACS_EMBA_CI") + '(:unstable))) (skip-unless (tramp--test-enabled)) (skip-unless (tramp--test-supports-processes-p)) ;; `make-process' supports file name handlers since Emacs 27. -- 2.39.5