diff options
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)) |