emacs-diffs
[Top][All Lists]
Advanced

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

master 231a1ba30f: Inhibit extpipe tests on EMBA, because they apparentl


From: Lars Ingebrigtsen
Subject: master 231a1ba30f: Inhibit extpipe tests on EMBA, because they apparently time out?
Date: Sun, 6 Mar 2022 22:09:46 -0500 (EST)

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

    Inhibit extpipe tests on EMBA, because they apparently time out?
    
    https://emba.gnu.org/emacs/emacs/-/pipelines/16387
---
 test/lisp/eshell/em-extpipe-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/eshell/em-extpipe-tests.el 
b/test/lisp/eshell/em-extpipe-tests.el
index a1d15fe73a..91c2fba479 100644
--- a/test/lisp/eshell/em-extpipe-tests.el
+++ b/test/lisp/eshell/em-extpipe-tests.el
@@ -71,6 +71,7 @@
        (skip-unless shell-file-name)
        (skip-unless shell-command-switch)
        (skip-unless (executable-find shell-file-name))
+       (skip-unless (not (getenv "EMACS_EMBA_CI")))
        (let ((input ,input))
          (with-temp-eshell ,@body)))))
 



reply via email to

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