diff options
| author | Glenn Morris | 2016-06-08 12:47:08 -0400 |
|---|---|---|
| committer | Glenn Morris | 2016-06-08 12:47:08 -0400 |
| commit | 027e6fbfe472bad1fd0464e070bc782c7e3e776a (patch) | |
| tree | 49c76e067bc64a408a6c71305e7f9d2f8ac8dadb | |
| parent | bc93643957a83262dd9cc7c4256f356d5f7b66f4 (diff) | |
| download | emacs-027e6fbfe472bad1fd0464e070bc782c7e3e776a.tar.gz emacs-027e6fbfe472bad1fd0464e070bc782c7e3e776a.zip | |
* test/lisp/emacs-lisp/package-tests.el
(package-test-update-archives-async): Try re-enabling on hydra.
| -rw-r--r-- | test/lisp/emacs-lisp/package-tests.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/package-tests.el b/test/lisp/emacs-lisp/package-tests.el index 0a446fde086..3d2801e3d70 100644 --- a/test/lisp/emacs-lisp/package-tests.el +++ b/test/lisp/emacs-lisp/package-tests.el | |||
| @@ -370,8 +370,6 @@ Must called from within a `tar-mode' buffer." | |||
| 370 | (ert-deftest package-test-update-archives-async () | 370 | (ert-deftest package-test-update-archives-async () |
| 371 | "Test updating package archives asynchronously." | 371 | "Test updating package archives asynchronously." |
| 372 | (skip-unless (executable-find "python2")) | 372 | (skip-unless (executable-find "python2")) |
| 373 | ;; For some reason this test doesn't work reliably on hydra.nixos.org. | ||
| 374 | (skip-unless (not (getenv "NIX_STORE"))) | ||
| 375 | (let* ((package-menu-async t) | 373 | (let* ((package-menu-async t) |
| 376 | (default-directory package-test-data-dir) | 374 | (default-directory package-test-data-dir) |
| 377 | (process (start-process | 375 | (process (start-process |