mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; 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:
parent
2c1b45f5c5
commit
c618178066
1 changed files with 1 additions and 0 deletions
|
|
@ -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*"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue