mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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.
This commit is contained in:
parent
85480527d5
commit
70fd2e03e5
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue