From: Lars Ingebrigtsen Date: Sat, 12 Mar 2022 16:49:42 +0000 (+0100) Subject: Mark tramp-test30-make-process unstable on EMBA X-Git-Tag: emacs-29.0.90~1931^2~1178 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67be8a45a62aad3c55adeaf59aec81a537343a91;p=emacs.git Mark tramp-test30-make-process unstable on EMBA * test/lisp/net/tramp-tests.el (tramp-test30-make-process): This times out on EMBA. --- 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.