]> git.eshelyaron.com Git - emacs.git/commitdiff
Tag a semantic test that seems to hang recently
authorGlenn Morris <rgm@gnu.org>
Sun, 7 Mar 2021 17:27:27 +0000 (09:27 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 7 Mar 2021 17:27:27 +0000 (09:27 -0800)
* test/lisp/cedet/semantic-utest-c.el
(semantic-test-c-preprocessor-simulation): Mark as unstable.

test/lisp/cedet/semantic-utest-c.el

index a7cbe116c2e25e39cf5def67693a2bdbfaf7da78..b881cdb93b3b7116b2c2f17aed542d056c23321d 100644 (file)
@@ -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)