]> code.delx.au - gnu-emacs/commitdiff
* test/automated/package-test.el (package-test-update-archives-async):
authorGlenn Morris <rgm@gnu.org>
Wed, 29 Apr 2015 06:24:48 +0000 (23:24 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 29 Apr 2015 06:24:48 +0000 (23:24 -0700)
Skip test on hydra.nixos.org.

test/automated/package-test.el

index 1f8f8ac328989656a814fc449ade8fd485823c5a..ed2e3cf25aa83a083fb6141f3b685afb16f482f6 100644 (file)
@@ -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/")