diff options
-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 |