From abd8c9b4d71651b00552d3d5dea119f22adf3874 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Mon, 22 Feb 2021 20:31:06 +0000 Subject: [PATCH] ; Fix last change in test-custom-libs.el. --- test/misc/test-custom-libs.el | 4 ++-- 1 file 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) -- 2.39.2