From 2aee38d82630b45f4577d14c06624fbe21ba34e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Wed, 17 May 2023 11:31:04 +0200 Subject: [PATCH] Mark proced-refine-with-update-test :unstable (bug#63550) * test/lisp/proced-tests.el (proced-refine-with-update-test): This test seems racy and often fails randomly in parallel `make check`. --- test/lisp/proced-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/proced-tests.el b/test/lisp/proced-tests.el index 1f475665298..d69414cf43a 100644 --- a/test/lisp/proced-tests.el +++ b/test/lisp/proced-tests.el @@ -89,6 +89,7 @@ (forward-line))))) (ert-deftest proced-refine-with-update-test () + :tags '(:unstable) ; There seems to be an update race here. (proced--within-buffer 'medium 'user -- 2.39.5