emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 41f707d: * test/src/process-tests.el (make-process/


From: Glenn Morris
Subject: [Emacs-diffs] master 41f707d: * test/src/process-tests.el (make-process/mix-stderr): Skip on hydra.
Date: Mon, 30 Apr 2018 12:51:23 -0400 (EDT)

branch: master
commit 41f707d03cc77dc9d6667e9ccb214ce61ef2f1de
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/src/process-tests.el (make-process/mix-stderr): Skip on hydra.
---
 test/src/process-tests.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/src/process-tests.el b/test/src/process-tests.el
index e53fb58..e83a672 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]