summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-08-21 15:32:34 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-08-21 15:32:34 +0200
commitae2199258f6eba3a8a066616dad1a7bf666ec8be (patch)
tree8800f9a6272c6212d4dbabc7272d7a6b7785d78b /test
parent982bd6952047ea7a97ef87e5f42cf4328538215f (diff)
downloademacs-ae2199258f6eba3a8a066616dad1a7bf666ec8be.tar.gz
emacs-ae2199258f6eba3a8a066616dad1a7bf666ec8be.tar.bz2
emacs-ae2199258f6eba3a8a066616dad1a7bf666ec8be.zip
Mark esh-proc test as unstable
* test/lisp/eshell/esh-proc-tests.el (esh-proc-test/pipeline-connection-type/last): Mark test as unstable as it fails quite a lot.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/eshell/esh-proc-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/eshell/esh-proc-tests.el b/test/lisp/eshell/esh-proc-tests.el
index 2369bb5cc00..63aa5384c87 100644
--- a/test/lisp/eshell/esh-proc-tests.el
+++ b/test/lisp/eshell/esh-proc-tests.el
@@ -82,6 +82,8 @@ pipeline."
(ert-deftest esh-proc-test/pipeline-connection-type/last ()
"Test that only output streams are PTYs when a command ends a pipeline."
+ ;; Repeated unreproducible errors.
+ :tags '(:unstable)
(skip-unless (executable-find "sh"))
(eshell-command-result-equal
(concat "echo | " esh-proc-test--detect-pty-cmd)