* test/lisp/emacs-lisp/package-tests.el
(package-test-update-archives-async): Try re-enabling on hydra.
This commit is contained in:
parent
bc93643957
commit
027e6fbfe4
1 changed files with 0 additions and 2 deletions
|
@ -370,8 +370,6 @@ 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")))
|
||||
(let* ((package-menu-async t)
|
||||
(default-directory package-test-data-dir)
|
||||
(process (start-process
|
||||
|
|
Loading…
Add table
Reference in a new issue