From 8fe536f90dae0d14fa3fe76489e41b10c4a4add0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 21 Aug 2021 18:28:38 -0700 Subject: [PATCH] * test/lisp/international/ucs-normalize-tests.el: Save 30m on hydra. --- test/lisp/international/ucs-normalize-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/international/ucs-normalize-tests.el b/test/lisp/international/ucs-normalize-tests.el index 51f4ed3a80e..2b489dc004d 100644 --- a/test/lisp/international/ucs-normalize-tests.el +++ b/test/lisp/international/ucs-normalize-tests.el @@ -233,6 +233,7 @@ implementations: (ert-deftest ucs-normalize-part1 () :tags '(:expensive-test) + (skip-unless (not (getenv "EMACS_HYDRA_CI"))) ; SLOW ~ 1800s ;; This takes a long time, so make sure we're compiled. (dolist (fun '(ucs-normalize-tests--part1-rule2 ucs-normalize-tests--rule1-failing-for-partX -- 2.39.5