summaryrefslogtreecommitdiff
path: root/test/misc/test-custom-libs.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-02-21 19:11:19 -0800
committerGlenn Morris <rgm@gnu.org>2021-02-21 19:11:19 -0800
commit80df15baf33094063989dd08b1c2d8dd8304d6ce (patch)
tree937d23c3d9430a0cecec40959e85f47fb27df80a /test/misc/test-custom-libs.el
parentaf17b74a7a45e3f73d3539538b82d0187c329a2e (diff)
downloademacs-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.el2
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))