commit 41f707d03cc77dc9d6667e9ccb214ce61ef2f1de (HEAD, refs/remotes/origin/master) Author: Glenn Morris Date: Mon Apr 30 12:51:17 2018 -0400 * test/src/process-tests.el (make-process/mix-stderr): Skip on hydra. diff --git a/test/src/process-tests.el b/test/src/process-tests.el index e53fb58c09..e83a67290b 100644 --- a/test/src/process-tests.el +++ b/test/src/process-tests.el @@ -184,6 +184,9 @@ (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"