emacs-diffs
[Top][All Lists]
Advanced

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

master abd8c9b: ; Fix last change in test-custom-libs.el.


From: Basil L. Contovounesios
Subject: master abd8c9b: ; Fix last change in test-custom-libs.el.
Date: Mon, 22 Feb 2021 15:32:02 -0500 (EST)

branch: master
commit abd8c9b4d71651b00552d3d5dea119f22adf3874
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; 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 aa8eeb7..cc2be99 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)



reply via email to

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