]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark esh-proc test as unstable
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 21 Aug 2022 13:32:34 +0000 (15:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 21 Aug 2022 13:32:34 +0000 (15:32 +0200)
* test/lisp/eshell/esh-proc-tests.el
(esh-proc-test/pipeline-connection-type/last): Mark test as
unstable as it fails quite a lot.

test/lisp/eshell/esh-proc-tests.el

index 2369bb5cc003a0457aaa7079e1c1c0bf32eb1e71..63aa5384c8712e7e977eeaab0e8942ca170c5677 100644 (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)