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:
Lars Ingebrigtsen 2022-08-21 15:32:34 +02:00
parent 982bd69520
commit ae2199258f

View file

@ -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)