]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/src/process-tests.el (make-process/mix-stderr): Skip on hydra.
authorGlenn Morris <rgm@gnu.org>
Mon, 30 Apr 2018 16:51:17 +0000 (12:51 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 30 Apr 2018 16:51:17 +0000 (12:51 -0400)
test/src/process-tests.el

index e53fb58c091d13fec9ed568da04a331a43dc62ad..e83a67290b24bab4f96943c83a7123e385f72d61 100644 (file)
 (ert-deftest make-process/mix-stderr ()
   "Check that `make-process' mixes the output streams if STDERR is nil."
   (skip-unless (executable-find "bash"))
+  ;; Frequent random (?) failures on hydra.nixos.org, with no process output.
+  ;; Maybe this test should be tagged unstable?  See bug#31214.
+  (skip-unless (not (getenv "EMACS_HYDRA_CI")))
   (with-temp-buffer
     (let ((process (make-process
                     :name "mix-stderr"