diff options
author | Glenn Morris <rgm@gnu.org> | 2019-04-03 15:20:50 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-04-03 15:20:50 -0400 |
commit | ce9490cb314694b95847ac647b35f1319ba80fde (patch) | |
tree | 4776d69175aff2704ea6b2f60600265d4f8f7ea1 /test/lisp | |
parent | 2bcf0f097cd6841af5844d3a2a9d670ba4daea99 (diff) | |
download | emacs-ce9490cb314694b95847ac647b35f1319ba80fde.tar.gz |
* test/lisp/progmodes/flymake-tests.el (different-diagnostic-types):
Expect failure on hydra.nixos.
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/progmodes/flymake-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el index 629cdf9a137..732193476dd 100644 --- a/test/lisp/progmodes/flymake-tests.el +++ b/test/lisp/progmodes/flymake-tests.el @@ -142,6 +142,8 @@ SEVERITY-PREDICATE is used to setup (ert-deftest different-diagnostic-types () "Test GCC warning via function predicate." + ;; http://lists.gnu.org/archive/html/emacs-devel/2019-03/msg01043.html + :expected-result (if (getenv "EMACS_HYDRA_CI") :failed :passed) (skip-unless (and (executable-find "gcc") (version<= "5" (string-trim |