emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 56d487b: * test/automated/package-test.el (package-


From: Glenn Morris
Subject: [Emacs-diffs] master 56d487b: * test/automated/package-test.el (package-test-update-archives-async):
Date: Wed, 29 Apr 2015 06:25:04 +0000

branch: master
commit 56d487bdc2425281333802cb884d11a1a5055c76
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/automated/package-test.el (package-test-update-archives-async):
    
    Skip test on hydra.nixos.org.
---
 test/automated/package-test.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/automated/package-test.el b/test/automated/package-test.el
index 1f8f8ac..ed2e3cf 100644
--- a/test/automated/package-test.el
+++ b/test/automated/package-test.el
@@ -343,6 +343,8 @@ Must called from within a `tar-mode' buffer."
 (ert-deftest package-test-update-archives-async ()
   "Test updating package archives asynchronously."
   (skip-unless (executable-find "python2"))
+  ;; For some reason this test doesn't work reliably on hydra.nixos.org.
+  (skip-unless (not (getenv "NIX_STORE")))
   (with-package-test (:basedir
                       package-test-data-dir
                       :location "http://0.0.0.0:8000/";)



reply via email to

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