emacs-31 3c9517300e9: ; Tag process-test-stderr-filter :unstable on emba
Michael Albinus via Mailing list for Emacs changes <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit 3c9517300e9e0f0b4f84a29c69dd92aec059224e Author: Michael Albinus <[email protected]> Commit: Michael Albinus <[email protected]> ; Tag process-test-stderr-filter :unstable on emba * test/src/process-tests.el (process-test-stderr-filter): Tag it :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 ad6cb924943..025fba97bec 100644 --- a/test/src/process-tests.el +++ b/test/src/process-tests.el @@ -113,6 +113,7 @@ process to complete." (looking-at "hello stderr!")))))) (ert-deftest process-test-stderr-filter () + :tags (if (getenv "EMACS_EMBA_CI") '(:unstable)) (skip-unless (executable-find "bash")) (with-timeout (60 (ert-fail "Test timed out")) (let* ((stderr-sentinel-called nil)