]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark tramp-test30-make-process unstable on EMBA
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Mar 2022 16:49:42 +0000 (17:49 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Mar 2022 16:50:25 +0000 (17:50 +0100)
* test/lisp/net/tramp-tests.el (tramp-test30-make-process): This times
  out on EMBA.

test/lisp/net/tramp-tests.el

index ef82d3ac61bb9e47b28dd710b342b108dd1e5b38..afe7a7406389750783f9d10b4256ac92145f5876 100644 (file)
@@ -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.