From: Glenn Morris Date: Wed, 3 Apr 2019 19:20:50 +0000 (-0400) Subject: * test/lisp/progmodes/flymake-tests.el (different-diagnostic-types): X-Git-Tag: emacs-27.0.90~3261^2~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce9490cb314694b95847ac647b35f1319ba80fde;p=emacs.git * test/lisp/progmodes/flymake-tests.el (different-diagnostic-types): Expect failure on hydra.nixos. --- 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