summaryrefslogtreecommitdiff
path: root/test/misc/test-custom-libs.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/misc/test-custom-libs.el')
-rw-r--r--test/misc/test-custom-libs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/misc/test-custom-libs.el b/test/misc/test-custom-libs.el
index ac9e266ca90..0ecc64dd689 100644
--- a/test/misc/test-custom-libs.el
+++ b/test/misc/test-custom-libs.el
@@ -39,7 +39,7 @@
: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-when (getenv "EMACS_HYDRA_CI"))
(skip-unless (file-readable-p custom-test-admin-cus-test))
(load custom-test-admin-cus-test)
(cus-test-libs t)