From: Basil L. Contovounesios Date: Mon, 22 Feb 2021 20:31:06 +0000 (+0000) Subject: ; Fix last change in test-custom-libs.el. X-Git-Tag: emacs-28.0.90~3595 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abd8c9b4d71651b00552d3d5dea119f22adf3874;p=emacs.git ; Fix last change in test-custom-libs.el. --- 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)