]> git.eshelyaron.com Git - emacs.git/commitdiff
Inhibit extpipe tests on EMBA, because they apparently time out?
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Mar 2022 03:09:27 +0000 (04:09 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Mar 2022 03:09:27 +0000 (04:09 +0100)
https://emba.gnu.org/emacs/emacs/-/pipelines/16387

test/lisp/eshell/em-extpipe-tests.el

index a1d15fe73a418bca016c45cf5be8bee7923aabb5..91c2fba4791d5d5dab49964afb536b95b14f3e68 100644 (file)
@@ -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)))))