From 70fd2e03e5a194c427746d7fa2f8f82f8750eb87 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 21 Aug 2022 17:48:03 +0200 Subject: [PATCH] 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. --- test/lisp/eshell/esh-proc-tests.el | 2 ++ 1 file changed, 2 insertions(+) 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 @@ (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 -- 2.39.5