From: Glenn Morris Date: Wed, 29 Apr 2015 06:24:48 +0000 (-0700) Subject: * test/automated/package-test.el (package-test-update-archives-async): X-Git-Tag: emacs-25.0.90~2260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56d487bdc2425281333802cb884d11a1a5055c76;p=emacs.git * test/automated/package-test.el (package-test-update-archives-async): Skip test on hydra.nixos.org. --- diff --git a/test/automated/package-test.el b/test/automated/package-test.el index 1f8f8ac3289..ed2e3cf25aa 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/")