diff options
author | Glenn Morris <rgm@gnu.org> | 2021-02-21 19:11:19 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-02-21 19:11:19 -0800 |
commit | 80df15baf33094063989dd08b1c2d8dd8304d6ce (patch) | |
tree | 937d23c3d9430a0cecec40959e85f47fb27df80a /test/misc/test-custom-libs.el | |
parent | af17b74a7a45e3f73d3539538b82d0187c329a2e (diff) | |
download | emacs-80df15baf33094063989dd08b1c2d8dd8304d6ce.tar.gz emacs-80df15baf33094063989dd08b1c2d8dd8304d6ce.tar.bz2 emacs-80df15baf33094063989dd08b1c2d8dd8304d6ce.zip |
* test/misc/test-custom-libs.el (test-custom-libs): Skip on hydra.
Diffstat (limited to 'test/misc/test-custom-libs.el')
-rw-r--r-- | test/misc/test-custom-libs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/misc/test-custom-libs.el b/test/misc/test-custom-libs.el index 70f043d1295..aa8eeb7858b 100644 --- a/test/misc/test-custom-libs.el +++ b/test/misc/test-custom-libs.el @@ -36,6 +36,8 @@ ;; - lisp/term/ns-win.el ;; - lisp/org/org-num.el (ert-deftest test-custom-libs () + ;; This test is very slow, and IMO not worth the time it takes. + (skip-unless (not (getenv "EMACS_HYDRA_CI"))) :tags '(:expensive-test) :expected-result :failed ; FIXME: See above. (skip-unless (file-readable-p custom-test-admin-cus-test)) |