summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2019-06-01 19:37:35 -0700
committerGlenn Morris <rgm@gnu.org>2019-06-01 19:37:35 -0700
commitd920ec617b5768167f6a14167ed2cc590f45dda7 (patch)
treeec28856fded80b1c0c3ce6a31a19e6e7767c14d3
parent4c549ab5d0aa08dbe445bf0f123592cd8f856314 (diff)
downloademacs-d920ec617b5768167f6a14167ed2cc590f45dda7.tar.gz
Skip some flymake tests on hydra.nixos.org
* test/lisp/progmodes/flymake-tests.el (perl-backend) (included-c-header-files, recurrent-backend): Skip on hydra.nixos due to frequent intermittent failures. (Bug#32764)
-rw-r--r--test/lisp/progmodes/flymake-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el
index c116862432e..3c25e11624b 100644
--- a/test/lisp/progmodes/flymake-tests.el
+++ b/test/lisp/progmodes/flymake-tests.el
@@ -111,6 +111,7 @@ SEVERITY-PREDICATE is used to setup
(ert-deftest perl-backend ()
"Test the perl backend"
(skip-unless (executable-find "perl"))
+ (skip-unless (not (getenv "EMACS_HYDRA_CI")))
(flymake-tests--with-flymake ("test.pl")
(flymake-goto-next-error)
(should (eq 'flymake-warning (face-at-point)))
@@ -170,6 +171,7 @@ SEVERITY-PREDICATE is used to setup
(ert-deftest included-c-header-files ()
"Test inclusion of .h header files."
(skip-unless (and (executable-find "gcc") (executable-find "make")))
+ (skip-unless (not (getenv "EMACS_HYDRA_CI")))
(let ((flymake-wrap-around nil))
(flymake-tests--with-flymake
("some-problems.h")
@@ -295,6 +297,7 @@ SEVERITY-PREDICATE is used to setup
(ert-deftest recurrent-backend ()
"Test a backend that calls REPORT-FN multiple times"
+ (skip-unless (not (getenv "EMACS_HYDRA_CI")))
(with-temp-buffer
(let (tick)
(cl-letf