aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris2019-06-01 19:37:35 -0700
committerGlenn Morris2019-06-01 19:37:35 -0700
commitd920ec617b5768167f6a14167ed2cc590f45dda7 (patch)
treeec28856fded80b1c0c3ce6a31a19e6e7767c14d3 /test
parent4c549ab5d0aa08dbe445bf0f123592cd8f856314 (diff)
downloademacs-d920ec617b5768167f6a14167ed2cc590f45dda7.tar.gz
emacs-d920ec617b5768167f6a14167ed2cc590f45dda7.zip
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)
Diffstat (limited to 'test')
-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
111(ert-deftest perl-backend () 111(ert-deftest perl-backend ()
112 "Test the perl backend" 112 "Test the perl backend"
113 (skip-unless (executable-find "perl")) 113 (skip-unless (executable-find "perl"))
114 (skip-unless (not (getenv "EMACS_HYDRA_CI")))
114 (flymake-tests--with-flymake ("test.pl") 115 (flymake-tests--with-flymake ("test.pl")
115 (flymake-goto-next-error) 116 (flymake-goto-next-error)
116 (should (eq 'flymake-warning (face-at-point))) 117 (should (eq 'flymake-warning (face-at-point)))
@@ -170,6 +171,7 @@ SEVERITY-PREDICATE is used to setup
170(ert-deftest included-c-header-files () 171(ert-deftest included-c-header-files ()
171 "Test inclusion of .h header files." 172 "Test inclusion of .h header files."
172 (skip-unless (and (executable-find "gcc") (executable-find "make"))) 173 (skip-unless (and (executable-find "gcc") (executable-find "make")))
174 (skip-unless (not (getenv "EMACS_HYDRA_CI")))
173 (let ((flymake-wrap-around nil)) 175 (let ((flymake-wrap-around nil))
174 (flymake-tests--with-flymake 176 (flymake-tests--with-flymake
175 ("some-problems.h") 177 ("some-problems.h")
@@ -295,6 +297,7 @@ SEVERITY-PREDICATE is used to setup
295 297
296(ert-deftest recurrent-backend () 298(ert-deftest recurrent-backend ()
297 "Test a backend that calls REPORT-FN multiple times" 299 "Test a backend that calls REPORT-FN multiple times"
300 (skip-unless (not (getenv "EMACS_HYDRA_CI")))
298 (with-temp-buffer 301 (with-temp-buffer
299 (let (tick) 302 (let (tick)
300 (cl-letf 303 (cl-letf