From: Lars Ingebrigtsen Date: Mon, 7 Mar 2022 03:09:27 +0000 (+0100) Subject: Inhibit extpipe tests on EMBA, because they apparently time out? X-Git-Tag: emacs-29.0.90~1981 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=231a1ba30f35774f44780f3658b3def8e95fc183;p=emacs.git Inhibit extpipe tests on EMBA, because they apparently time out? https://emba.gnu.org/emacs/emacs/-/pipelines/16387 --- diff --git a/test/lisp/eshell/em-extpipe-tests.el b/test/lisp/eshell/em-extpipe-tests.el index a1d15fe73a4..91c2fba4791 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)))))