* test/automated/package-test.el (package-test-update-archives-async):
Skip test on hydra.nixos.org.
This commit is contained in:
parent
438b6b1a52
commit
56d487bdc2
1 changed files with 2 additions and 0 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Reference in a new issue