emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2aee38d8263 2/2: Mark proced-refine-with-update-test :unstable (b


From: Mattias Engdegård
Subject: master 2aee38d8263 2/2: Mark proced-refine-with-update-test :unstable (bug#63550)
Date: Wed, 17 May 2023 05:40:07 -0400 (EDT)

branch: master
commit 2aee38d82630b45f4577d14c06624fbe21ba34e1
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]