diff options
Diffstat (limited to 'test/misc')
-rw-r--r-- | test/misc/test-custom-libs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/misc/test-custom-libs.el b/test/misc/test-custom-libs.el index aa8eeb7858b..cc2be99dea8 100644 --- a/test/misc/test-custom-libs.el +++ b/test/misc/test-custom-libs.el @@ -36,10 +36,10 @@ ;; - 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. + ;; This test is very slow, and IMO not worth the time it takes. + (skip-unless (not (getenv "EMACS_HYDRA_CI"))) (skip-unless (file-readable-p custom-test-admin-cus-test)) (load custom-test-admin-cus-test) (cus-test-libs t) |