emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ae2199258f: Mark esh-proc test as unstable


From: Lars Ingebrigtsen
Subject: master ae2199258f: Mark esh-proc test as unstable
Date: Sun, 21 Aug 2022 09:32:47 -0400 (EDT)

branch: master
commit ae2199258f6eba3a8a066616dad1a7bf666ec8be
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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.
---
 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 2369bb5cc0..63aa5384c8 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]