; Mark process-test-stderr-buffer as :unstable when running on emba

* test/src/process-tests.el (process-test-stderr-buffer): Mark as
:unstable when running on emba.  (Bug#80166)
This commit is contained in:
Michael Albinus 2026-05-25 08:44:42 +02:00
parent 2c1b45f5c5
commit c618178066

View file

@ -89,6 +89,7 @@ process to complete."
(should (string= (buffer-string) "arg1=\"x &y\", arg2=\n"))))))
(ert-deftest process-test-stderr-buffer ()
:tags (if (getenv "EMACS_EMBA_CI") '(:unstable))
(skip-unless (executable-find "bash"))
(with-timeout (60 (ert-fail "Test timed out"))
(let* ((stdout-buffer (generate-new-buffer "*stdout*"))