From: Glenn Morris Date: Tue, 25 Jun 2019 20:23:15 +0000 (-0700) Subject: * test/lisp/progmodes/flymake-tests.el (ruby-backend): Skip on hydra. X-Git-Tag: emacs-27.0.90~2233 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc780a46915326ea66ff51342f5e1158e124a677;p=emacs.git * test/lisp/progmodes/flymake-tests.el (ruby-backend): Skip on hydra. Another unstable test. --- diff --git a/test/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el index 3c25e11624b..77929d395f5 100644 --- a/test/lisp/progmodes/flymake-tests.el +++ b/test/lisp/progmodes/flymake-tests.el @@ -123,6 +123,7 @@ SEVERITY-PREDICATE is used to setup (ert-deftest ruby-backend () "Test the ruby backend" (skip-unless (executable-find "ruby")) + (skip-unless (not (getenv "EMACS_HYDRA_CI"))) ;; Some versions of ruby fail if HOME doesn't exist (bug#29187). (let* ((tempdir (make-temp-file "flymake-tests-ruby" t)) (process-environment (cons (format "HOME=%s" tempdir)