diff options
| author | Michael Albinus | 2019-08-15 16:40:53 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-08-15 16:40:53 +0200 |
| commit | f6ae51c71d69b4d1a02fc8f6536f3f8cc0dc1009 (patch) | |
| tree | fe5ecf5b2b6e9b9b0b7cf2db84a601dbf1d6eb94 /test | |
| parent | 975f78ae2172d844043e9d1c83fedfdaa8f7c35e (diff) | |
| download | emacs-f6ae51c71d69b4d1a02fc8f6536f3f8cc0dc1009.tar.gz emacs-f6ae51c71d69b4d1a02fc8f6536f3f8cc0dc1009.zip | |
Give auto-revert-test02-auto-revert-deleted-file a chance on hydra
* test/lisp/autorevert-tests.el
(auto-revert-test02-auto-revert-deleted-file): Don't skip on hydra.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/autorevert-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el index 37301ffe430..c024739f6e5 100644 --- 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 | |||
| 274 | :tags '(:expensive-test) | 274 | :tags '(:expensive-test) |
| 275 | ;; Repeated unpredictable failures, bug#32645. | 275 | ;; Repeated unpredictable failures, bug#32645. |
| 276 | ;; Unlikely to be hydra-specific? | 276 | ;; Unlikely to be hydra-specific? |
| 277 | (skip-unless (not (getenv "EMACS_HYDRA_CI"))) | 277 | ; (skip-unless (not (getenv "EMACS_HYDRA_CI"))) |
| 278 | 278 | ||
| 279 | (let ((tmpfile (make-temp-file "auto-revert-test")) | 279 | (let ((tmpfile (make-temp-file "auto-revert-test")) |
| 280 | buf desc) | 280 | buf desc) |