From: Lars Ingebrigtsen Date: Sun, 21 Aug 2022 13:32:34 +0000 (+0200) Subject: Mark esh-proc test as unstable X-Git-Tag: emacs-29.0.90~1893^2~130 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae2199258f6eba3a8a066616dad1a7bf666ec8be;p=emacs.git 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. --- diff --git a/test/lisp/eshell/esh-proc-tests.el b/test/lisp/eshell/esh-proc-tests.el index 2369bb5cc00..63aa5384c87 100644 --- a/test/lisp/eshell/esh-proc-tests.el +++ b/test/lisp/eshell/esh-proc-tests.el @@ -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)