emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 67be8a45a6: Mark tramp-test30-make-process unstable on EMBA


From: Lars Ingebrigtsen
Subject: master 67be8a45a6: Mark tramp-test30-make-process unstable on EMBA
Date: Sat, 12 Mar 2022 11:50:33 -0500 (EST)

branch: master
commit 67be8a45a62aad3c55adeaf59aec81a537343a91
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 ef82d3ac61..afe7a74063 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]