aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/automated/package-test.el2
1 files changed, 2 insertions, 0 deletions
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."
343(ert-deftest package-test-update-archives-async () 343(ert-deftest package-test-update-archives-async ()
344 "Test updating package archives asynchronously." 344 "Test updating package archives asynchronously."
345 (skip-unless (executable-find "python2")) 345 (skip-unless (executable-find "python2"))
346 ;; For some reason this test doesn't work reliably on hydra.nixos.org.
347 (skip-unless (not (getenv "NIX_STORE")))
346 (with-package-test (:basedir 348 (with-package-test (:basedir
347 package-test-data-dir 349 package-test-data-dir
348 :location "http://0.0.0.0:8000/") 350 :location "http://0.0.0.0:8000/")