From: Glenn Morris Date: Mon, 22 Feb 2021 03:11:19 +0000 (-0800) Subject: * test/misc/test-custom-libs.el (test-custom-libs): Skip on hydra. X-Git-Tag: emacs-28.0.90~3612 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80df15baf33094063989dd08b1c2d8dd8304d6ce;p=emacs.git * test/misc/test-custom-libs.el (test-custom-libs): Skip on hydra. --- 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))