summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2026-05-25 08:44:42 +0200
committerMichael Albinus <michael.albinus@gmx.de>2026-05-25 08:44:42 +0200
commitc6181780663a32729e150c8d57222a6579691af6 (patch)
treeac6ae7d04e5d3f483befb4dff663a9b7f1d76b4c /test
parent2c1b45f5c56254a7699a92b619eb6ebf3b3571c8 (diff)
; 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)
Diffstat (limited to 'test')
-rw-r--r--test/src/process-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/process-tests.el b/test/src/process-tests.el
index 55657a23fa9..ad6cb924943 100644
--- a/test/src/process-tests.el
+++ b/test/src/process-tests.el
@@ -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*"))