aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-08-21 15:32:34 +0200
committerLars Ingebrigtsen2022-08-21 15:32:34 +0200
commitae2199258f6eba3a8a066616dad1a7bf666ec8be (patch)
tree8800f9a6272c6212d4dbabc7272d7a6b7785d78b
parent982bd6952047ea7a97ef87e5f42cf4328538215f (diff)
downloademacs-ae2199258f6eba3a8a066616dad1a7bf666ec8be.tar.gz
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.
-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."
82 82
83(ert-deftest esh-proc-test/pipeline-connection-type/last () 83(ert-deftest esh-proc-test/pipeline-connection-type/last ()
84 "Test that only output streams are PTYs when a command ends a pipeline." 84 "Test that only output streams are PTYs when a command ends a pipeline."
85 ;; Repeated unreproducible errors.
86 :tags '(:unstable)
85 (skip-unless (executable-find "sh")) 87 (skip-unless (executable-find "sh"))
86 (eshell-command-result-equal 88 (eshell-command-result-equal
87 (concat "echo | " esh-proc-test--detect-pty-cmd) 89 (concat "echo | " esh-proc-test--detect-pty-cmd)