Tag a semantic test that seems to hang recently
* test/lisp/cedet/semantic-utest-c.el (semantic-test-c-preprocessor-simulation): Mark as unstable.
This commit is contained in:
parent
8558ecd65f
commit
d4d9246411
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue