diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2021-11-25 16:24:19 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2021-11-25 16:24:19 +0100 |
commit | 1b12af26ea1d552629799ddb4fccdd9df3180ac5 (patch) | |
tree | 8ab3523cb08aed03eb49dfa3dd64cceb5cb8a251 /test/src/process-tests.el | |
parent | 6e5fd99139bb82b384ad27a8097938ea934f512d (diff) | |
download | emacs-1b12af26ea1d552629799ddb4fccdd9df3180ac5.tar.gz emacs-1b12af26ea1d552629799ddb4fccdd9df3180ac5.tar.bz2 emacs-1b12af26ea1d552629799ddb4fccdd9df3180ac5.zip |
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.
Diffstat (limited to 'test/src/process-tests.el')
-rw-r--r-- | test/src/process-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/process-tests.el b/test/src/process-tests.el index b831ca3bdaa..f14a460d1a5 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 |