From: Glenn Morris Date: Sun, 7 Mar 2021 17:27:27 +0000 (-0800) Subject: Tag a semantic test that seems to hang recently X-Git-Tag: emacs-28.0.90~3383 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4d92464119c38c8b87b2a10fa1999fe230c51f7;p=emacs.git Tag a semantic test that seems to hang recently * test/lisp/cedet/semantic-utest-c.el (semantic-test-c-preprocessor-simulation): Mark as unstable. --- diff --git a/test/lisp/cedet/semantic-utest-c.el b/test/lisp/cedet/semantic-utest-c.el index a7cbe116c2e..b881cdb93b3 100644 --- a/test/lisp/cedet/semantic-utest-c.el +++ b/test/lisp/cedet/semantic-utest-c.el @@ -46,7 +46,7 @@ ;;;###autoload (ert-deftest semantic-test-c-preprocessor-simulation () "Run parsing test for C from the test directory." - :tags '(:expensive-test) + :tags '(:expensive-test :unstable) (semantic-mode 1) (dolist (fp semantic-utest-c-comparisons) (let* ((semantic-lex-c-nested-namespace-ignore-second nil)