From 1b12af26ea1d552629799ddb4fccdd9df3180ac5 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 25 Nov 2021 16:24:19 +0100 Subject: [PATCH] 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 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 -- 2.39.5