From 56d487bdc2425281333802cb884d11a1a5055c76 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 28 Apr 2015 23:24:48 -0700 Subject: [PATCH] * test/automated/package-test.el (package-test-update-archives-async): Skip test on hydra.nixos.org. --- test/automated/package-test.el | 2 ++ 1 file changed, 2 insertions(+) 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/") -- 2.39.5