From: Lars Ingebrigtsen Date: Sat, 14 Aug 2021 19:37:32 +0000 (+0200) Subject: Mark auto-revert-test02-auto-revert-deleted-file as unstable X-Git-Tag: emacs-28.0.90~1502 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31ab12e26168c272b291fe91c009cc53b3e55492;p=emacs.git Mark auto-revert-test02-auto-revert-deleted-file as unstable * test/lisp/autorevert-tests.el (auto-revert-test02-auto-revert-deleted-file): This tests fails about 30% of the time for me. --- diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el index 449dabf9870..96169c75d3d 100644 --- a/test/lisp/autorevert-tests.el +++ b/test/lisp/autorevert-tests.el @@ -286,7 +286,7 @@ This expects `auto-revert--messages' to be bound by ;; Repeated unpredictable failures, bug#32645. ;; Unlikely to be hydra-specific? ; (skip-unless (not (getenv "EMACS_HYDRA_CI"))) - + :tags '(:unstable) (with-auto-revert-test (let ((tmpfile (make-temp-file "auto-revert-test")) ;; Try to catch bug#32645.