From ddf1b1931c7072d83d7b114a191fad92bb1000b4 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 1 Oct 2020 18:04:00 +0200 Subject: [PATCH] * test/src/comp-tests.el (comp-tests-bootstrap): Tag it as expensive. --- test/src/comp-tests.el | 1 + 1 file changed, 1 insertion(+) 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")) -- 2.39.5