emacs-diffs
[Top][All Lists]
Advanced

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

master 1b12af2: Tag a test from process-tests.el as :unstable on emba.


From: Michael Albinus
Subject: master 1b12af2: Tag a test from process-tests.el as :unstable on emba.
Date: Thu, 25 Nov 2021 10:24:30 -0500 (EST)

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

    Tag a test from process-tests.el as :unstable on emba.
    
    * test/src/process-tests.el (process-tests/multiple-threads-waiting):
    Tag it as :unstable on emba.
---
 test/src/process-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/src/process-tests.el b/test/src/process-tests.el
index b831ca3..f14a460 100644
--- a/test/src/process-tests.el
+++ b/test/src/process-tests.el
@@ -787,6 +787,7 @@ have written output."
                            (list (list process "finished\n"))))))))))
 
 (ert-deftest process-tests/multiple-threads-waiting ()
+  :tags (if (getenv "EMACS_EMBA_CI") '(:unstable))
   (skip-unless (fboundp 'make-thread))
   (with-timeout (60 (ert-fail "Test timed out"))
     (process-tests--with-processes processes



reply via email to

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