projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975f78a
)
Give auto-revert-test02-auto-revert-deleted-file a chance on hydra
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 15 Aug 2019 14:40:53 +0000
(16:40 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 15 Aug 2019 14:40:53 +0000
(16:40 +0200)
* test/lisp/autorevert-tests.el
(auto-revert-test02-auto-revert-deleted-file): Don't skip on hydra.
test/lisp/autorevert-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/autorevert-tests.el
b/test/lisp/autorevert-tests.el
index 37301ffe4305fadb2b626738c8b961c152fa2235..c024739f6e5e8d999a5d3337af14c817feda78c6 100644
(file)
--- a/
test/lisp/autorevert-tests.el
+++ b/
test/lisp/autorevert-tests.el
@@
-274,7
+274,7
@@
This expects `auto-revert--messages' to be bound by
:tags '(:expensive-test)
;; Repeated unpredictable failures, bug#32645.
;; Unlikely to be hydra-specific?
- (skip-unless (not (getenv "EMACS_HYDRA_CI")))
+
;
(skip-unless (not (getenv "EMACS_HYDRA_CI")))
(let ((tmpfile (make-temp-file "auto-revert-test"))
buf desc)