Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
80df15ba
Commit
80df15ba
authored
Feb 21, 2021
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* test/misc/test-custom-libs.el (test-custom-libs): Skip on hydra.
parent
af17b74a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test/misc/test-custom-libs.el
test/misc/test-custom-libs.el
+2
-0
No files found.
test/misc/test-custom-libs.el
View file @
80df15ba
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment