Mark different-diagnostic-types as failed on emba.

* test/lisp/progmodes/flymake-tests.el (different-diagnostic-types):
Expect also failure on emba.gnu.org.
This commit is contained in:
Michael Albinus 2019-04-20 21:16:05 +02:00
parent b3a12c62c9
commit 6d1025f944

View file

@ -143,7 +143,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)
:expected-result (if (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI"))
:failed :passed)
(skip-unless (and (executable-find "gcc")
(version<=
"5" (string-trim