; Fix OOM kill in ert-tests
* test/lisp/emacs-lisp/ert-tests.el (ert-test-run-tests-batch-expensive): Mark it 'unstable', as it might run out of memory on GNU/Linux and on Windows.
This commit is contained in:
parent
f1715f6411
commit
3d5def2677
1 changed files with 1 additions and 3 deletions
|
@ -587,9 +587,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))
|
||||
;; This test runs out of memory on MS-Windows, so skip it.
|
||||
(skip-unless (not (eq system-type 'windows-nt)))
|
||||
:tags '(:unstable)
|
||||
(let* ((complex-list '((:1 (:2 (:3 (:4 (:5 (:6 "abc"))))))))
|
||||
(failing-test-1
|
||||
(make-ert-test :name 'failing-test-1
|
||||
|
|
Loading…
Add table
Reference in a new issue