]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/misc/test-custom-libs.el (test-custom-libs): Skip on hydra.
authorGlenn Morris <rgm@gnu.org>
Mon, 22 Feb 2021 03:11:19 +0000 (19:11 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 22 Feb 2021 03:11:19 +0000 (19:11 -0800)
test/misc/test-custom-libs.el

index 70f043d12959ab14f9b1346f8d3e261a55f6348f..aa8eeb7858b65435606e59f552bc3a62195f1e7f 100644 (file)
@@ -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))