From 231a1ba30f35774f44780f3658b3def8e95fc183 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 7 Mar 2022 04:09:27 +0100 Subject: [PATCH] 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 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))))) -- 2.39.2