emacs-diffs
[Top][All Lists]
Advanced

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

master 1ca6add: Tag another Tramp test :unstable on emba


From: Michael Albinus
Subject: master 1ca6add: Tag another Tramp test :unstable on emba
Date: Fri, 25 Dec 2020 12:45:39 -0500 (EST)

branch: master
commit 1ca6add75f81eac83dc7e11ec771c86f14be6a8e
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Tag another Tramp test :unstable on emba
    
    * 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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index fd0c4d6..c875662 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -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.



reply via email to

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