diff options
| author | Lars Ingebrigtsen | 2022-03-07 04:09:27 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-03-07 04:09:27 +0100 |
| commit | 231a1ba30f35774f44780f3658b3def8e95fc183 (patch) | |
| tree | 90b8d0a7d2ca339daa6a4bb414895b907d84462f /test/lisp/eshell | |
| parent | 3e5baffd033c0e7cb738d0762a66302f2d7d2214 (diff) | |
| download | emacs-231a1ba30f35774f44780f3658b3def8e95fc183.tar.gz 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')
| -rw-r--r-- | test/lisp/eshell/em-extpipe-tests.el | 1 |
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 @@ | |||
| 71 | (skip-unless shell-file-name) | 71 | (skip-unless shell-file-name) |
| 72 | (skip-unless shell-command-switch) | 72 | (skip-unless shell-command-switch) |
| 73 | (skip-unless (executable-find shell-file-name)) | 73 | (skip-unless (executable-find shell-file-name)) |
| 74 | (skip-unless (not (getenv "EMACS_EMBA_CI"))) | ||
| 74 | (let ((input ,input)) | 75 | (let ((input ,input)) |
| 75 | (with-temp-eshell ,@body))))) | 76 | (with-temp-eshell ,@body))))) |
| 76 | 77 | ||