summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/ert-tests.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-03-07 17:39:00 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-03-07 17:39:00 +0100
commit324d8938c783e9f09f989dbb19d092eaca7a99b8 (patch)
treef7df7ce0c3cd527b85687dcb7819f937e00d8e9a /test/lisp/emacs-lisp/ert-tests.el
parent494daefda1c7e6fc5881997de7c837172a4111c3 (diff)
downloademacs-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.el1
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