diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-02-22 20:31:06 +0000 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-02-22 20:31:06 +0000 |
commit | abd8c9b4d71651b00552d3d5dea119f22adf3874 (patch) | |
tree | 8fdc922045c1fc3ef72c0e8beab61ec3df1f2820 /test/misc | |
parent | 69caa111c290eb1f02013c407f4ac2549b172c36 (diff) | |
download | emacs-abd8c9b4d71651b00552d3d5dea119f22adf3874.tar.gz emacs-abd8c9b4d71651b00552d3d5dea119f22adf3874.tar.bz2 emacs-abd8c9b4d71651b00552d3d5dea119f22adf3874.zip |
; Fix last change in test-custom-libs.el.
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) |