Skip failing cperl test on hydra
* test/lisp/progmodes/cperl-mode-tests.el (cperl-mode-test-bug-10483): Skip on hydra.nixos.org.
This commit is contained in:
parent
6f30679365
commit
7865b4044d
1 changed files with 6 additions and 4 deletions
|
@ -110,11 +110,13 @@ indentation actually takes place.."
|
|||
(message "%s" (buffer-string)))))
|
||||
|
||||
(ert-deftest cperl-mode-test-bug-10483 ()
|
||||
"Verifies that a piece of code which ends in a paren without a
|
||||
statement terminato ron tne same line does not loop forever. The
|
||||
test starts an asynchronous Emacs batch process under timeout
|
||||
control."
|
||||
"Check that indenting certain perl code does not loop forever.
|
||||
This verifies that indenting a piece of code that ends in a paren
|
||||
without a statement terminator on the same line does not loop
|
||||
forever. The test starts an asynchronous Emacs batch process
|
||||
under timeout control."
|
||||
(interactive)
|
||||
(skip-unless (not (getenv "EMACS_HYDRA_CI"))) ; FIXME times out
|
||||
(let* ((emacs (concat invocation-directory invocation-name))
|
||||
(test-function 'cperl-mode-test--run-bug-10483)
|
||||
(test-function-name (symbol-name test-function))
|
||||
|
|
Loading…
Add table
Reference in a new issue