]> git.eshelyaron.com Git - emacs.git/commitdiff
Change expected result of a flymake test on hydra
authorGlenn Morris <rgm@gnu.org>
Tue, 2 Jul 2019 23:46:25 +0000 (16:46 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 2 Jul 2019 23:46:25 +0000 (16:46 -0700)
* test/lisp/progmodes/flymake-tests.el (different-diagnostic-types):
Test is now passing on hydra.nixos.org, since today.

test/lisp/progmodes/flymake-tests.el

index 77929d395f551d0659c9d9ff5d8c7b112f7c6616..8616dc6c02b72c047f7b77ef32af8d4989da3990 100644 (file)
@@ -144,9 +144,7 @@ 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 (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI"))
-                       :failed :passed)
+  :expected-result (if (getenv "EMACS_EMBA_CI") :failed :passed)
   (skip-unless (and (executable-find "gcc")
                     (version<=
                      "5" (string-trim