diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-08-21 17:48:03 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-08-21 17:48:03 +0200 |
commit | 70fd2e03e5a194c427746d7fa2f8f82f8750eb87 (patch) | |
tree | 0369b0ded10303f81701ea74cfc4141cd6ecc42a /test | |
parent | 85480527d571640a027343d3a145b1cbfcfe8c11 (diff) | |
download | emacs-70fd2e03e5a194c427746d7fa2f8f82f8750eb87.tar.gz emacs-70fd2e03e5a194c427746d7fa2f8f82f8750eb87.tar.bz2 emacs-70fd2e03e5a194c427746d7fa2f8f82f8750eb87.zip |
Mark another esh-proc test as unstable
* test/lisp/eshell/esh-proc-tests.el
(esh-proc-test/pipeline-connection-type/middle): Mark test as unstable
as it fails quite a lot.
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/eshell/esh-proc-tests.el | 2 |
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 63aa5384c87..62e784e8f62 100644 --- a/test/lisp/eshell/esh-proc-tests.el +++ b/test/lisp/eshell/esh-proc-tests.el @@ -74,6 +74,8 @@ (ert-deftest esh-proc-test/pipeline-connection-type/middle () "Test that all streams are pipes when a command is in the middle of a pipeline." + ;; Repeated unreproducible errors. + :tags '(:unstable) (skip-unless (and (executable-find "sh") (executable-find "cat"))) (eshell-command-result-equal |