From: Andrea Corallo Date: Thu, 1 Oct 2020 16:04:00 +0000 (+0200) Subject: * test/src/comp-tests.el (comp-tests-bootstrap): Tag it as expensive. X-Git-Tag: emacs-28.0.90~2727^2~408 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ddf1b1931c7072d83d7b114a191fad92bb1000b4;p=emacs.git * test/src/comp-tests.el (comp-tests-bootstrap): Tag it as expensive. --- diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 356bd876ffb..f76afdbf1ce 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -46,6 +46,7 @@ (ert-deftest comp-tests-bootstrap () "Compile the compiler and load it to compile it-self. Check that the resulting binaries do not differ." + :tags '(:expensive-test) (let* ((comp-src (concat comp-test-directory "../../lisp/emacs-lisp/comp.el")) (comp1-src (make-temp-file "stage1-" nil ".el"))