]> git.eshelyaron.com Git - emacs.git/commitdiff
Tag another Tramp test :unstable on emba
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 25 Dec 2020 17:45:29 +0000 (18:45 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 25 Dec 2020 17:45:29 +0000 (18:45 +0100)
* test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process)
(tramp-test43-asynchronous-requests): Tag them :unstable on emba.

test/lisp/net/tramp-tests.el

index fd0c4d6f4b38c2338963f640085e75e882df9dcd..c8756627936969d50e0ccf2cfd677ca2ee9ca1d2 100644 (file)
@@ -6255,7 +6255,8 @@ This is needed in timer functions as well as process filters and sentinels."
   "Check parallel asynchronous requests.
 Such requests could arrive from timers, process filters and
 process sentinels.  They shall not disturb each other."
-  :tags '(:expensive-test)
+  :tags (if (getenv "EMACS_EMBA_CI")
+           '(:expensive-test :unstable) '(:expensive-test))
   (skip-unless (tramp--test-enabled))
   ;; Prior Emacs 27, `shell-file-name' was hard coded as "/bin/sh" for
   ;; remote processes in Emacs.  That doesn't work for tramp-adb.el.