; Tag process-test-stderr-filter :unstable on emba

* test/src/process-tests.el (process-test-stderr-filter): Tag it
:unstable on emba.
This commit is contained in:
Michael Albinus 2026-06-27 09:17:47 +02:00
parent 422bf36847
commit 3c9517300e

View file

@ -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)