diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-03-07 17:39:00 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-03-07 17:39:00 +0100 |
commit | 324d8938c783e9f09f989dbb19d092eaca7a99b8 (patch) | |
tree | f7df7ce0c3cd527b85687dcb7819f937e00d8e9a /test/lisp/emacs-lisp/ert-tests.el | |
parent | 494daefda1c7e6fc5881997de7c837172a4111c3 (diff) | |
download | emacs-324d8938c783e9f09f989dbb19d092eaca7a99b8.tar.gz emacs-324d8938c783e9f09f989dbb19d092eaca7a99b8.tar.bz2 emacs-324d8938c783e9f09f989dbb19d092eaca7a99b8.zip |
Mark ert-test-run-tests-batch-expensive unstable on EMBA
Diffstat (limited to 'test/lisp/emacs-lisp/ert-tests.el')
-rw-r--r-- | test/lisp/emacs-lisp/ert-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/emacs-lisp/ert-tests.el b/test/lisp/emacs-lisp/ert-tests.el index dd12e3764ce..7573d2ed056 100644 --- a/test/lisp/emacs-lisp/ert-tests.el +++ b/test/lisp/emacs-lisp/ert-tests.el @@ -595,6 +595,7 @@ This macro is used to test if macroexpansion in `should' works." (should found-complex))))) (ert-deftest ert-test-run-tests-batch-expensive () + :tags (if (getenv "EMACS_EMBA_CI") '(:unstable)) (let* ((complex-list '((:1 (:2 (:3 (:4 (:5 (:6 "abc")))))))) (failing-test-1 (make-ert-test :name 'failing-test-1 |