diff options
| author | Stefan Kangas | 2022-08-21 17:48:03 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-21 17:48:03 +0200 |
| commit | 70fd2e03e5a194c427746d7fa2f8f82f8750eb87 (patch) | |
| tree | 0369b0ded10303f81701ea74cfc4141cd6ecc42a /test | |
| parent | 85480527d571640a027343d3a145b1cbfcfe8c11 (diff) | |
| download | emacs-70fd2e03e5a194c427746d7fa2f8f82f8750eb87.tar.gz 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 @@ | |||
| 74 | (ert-deftest esh-proc-test/pipeline-connection-type/middle () | 74 | (ert-deftest esh-proc-test/pipeline-connection-type/middle () |
| 75 | "Test that all streams are pipes when a command is in the middle of a | 75 | "Test that all streams are pipes when a command is in the middle of a |
| 76 | pipeline." | 76 | pipeline." |
| 77 | ;; Repeated unreproducible errors. | ||
| 78 | :tags '(:unstable) | ||
| 77 | (skip-unless (and (executable-find "sh") | 79 | (skip-unless (and (executable-find "sh") |
| 78 | (executable-find "cat"))) | 80 | (executable-find "cat"))) |
| 79 | (eshell-command-result-equal | 81 | (eshell-command-result-equal |