summaryrefslogtreecommitdiff
path: root/test/lisp/eshell/em-extpipe-tests.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-03-07 04:09:27 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-03-07 04:09:27 +0100
commit231a1ba30f35774f44780f3658b3def8e95fc183 (patch)
tree90b8d0a7d2ca339daa6a4bb414895b907d84462f /test/lisp/eshell/em-extpipe-tests.el
parent3e5baffd033c0e7cb738d0762a66302f2d7d2214 (diff)
downloademacs-231a1ba30f35774f44780f3658b3def8e95fc183.tar.gz
emacs-231a1ba30f35774f44780f3658b3def8e95fc183.tar.bz2
emacs-231a1ba30f35774f44780f3658b3def8e95fc183.zip
Inhibit extpipe tests on EMBA, because they apparently time out?
https://emba.gnu.org/emacs/emacs/-/pipelines/16387
Diffstat (limited to 'test/lisp/eshell/em-extpipe-tests.el')
-rw-r--r--test/lisp/eshell/em-extpipe-tests.el1
1 files changed, 1 insertions, 0 deletions
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)))))