aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-04-28 23:24:48 -0700
committerGlenn Morris2015-04-28 23:24:48 -0700
commit56d487bdc2425281333802cb884d11a1a5055c76 (patch)
tree41c256eebbbbed4143514aba0ad80d2f533c761e
parent438b6b1a5254753425520ed9c984e00704ae401c (diff)
downloademacs-56d487bdc2425281333802cb884d11a1a5055c76.tar.gz
emacs-56d487bdc2425281333802cb884d11a1a5055c76.zip
* test/automated/package-test.el (package-test-update-archives-async):
Skip test on hydra.nixos.org.
-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/")