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.
This commit is contained in:
parent
982bd69520
commit
ae2199258f
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue