emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 80df15b: * test/misc/test-custom-libs.el (test-custom-libs): Skip


From: Glenn Morris
Subject: master 80df15b: * test/misc/test-custom-libs.el (test-custom-libs): Skip on hydra.
Date: Sun, 21 Feb 2021 22:11:31 -0500 (EST)

branch: master
commit 80df15baf33094063989dd08b1c2d8dd8304d6ce
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * test/misc/test-custom-libs.el (test-custom-libs): Skip on hydra.
---
 test/misc/test-custom-libs.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/misc/test-custom-libs.el b/test/misc/test-custom-libs.el
index 70f043d..aa8eeb7 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]