mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; 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:
parent
422bf36847
commit
3c9517300e
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue