projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
982bd69
)
Mark esh-proc test as unstable
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 21 Aug 2022 13:32:34 +0000
(15:32 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/test/lisp/eshell/esh-proc-tests.el
b/test/lisp/eshell/esh-proc-tests.el
index 2369bb5cc003a0457aaa7079e1c1c0bf32eb1e71..63aa5384c8712e7e977eeaab0e8942ca170c5677 100644
(file)
--- 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)