]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change in test-custom-libs.el.
authorBasil L. Contovounesios <contovob@tcd.ie>
Mon, 22 Feb 2021 20:31:06 +0000 (20:31 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Mon, 22 Feb 2021 20:31:06 +0000 (20:31 +0000)
test/misc/test-custom-libs.el

index aa8eeb7858b65435606e59f552bc3a62195f1e7f..cc2be99dea8d906fcbacb4f88830070f29b47b4c 100644 (file)
 ;;        - 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)