From bcfc4e7e1973ef1a2731fcc22ff19aba1dcf9507 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 24 Aug 2026 13:41:29 +0100 Subject: [PATCH] tab-bar-tests-quit-restore-window: Mark unstable * test/lisp/tab-bar-tests.el (tab-bar-tests-quit-restore-window): Mark unstable. --- test/lisp/tab-bar-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/tab-bar-tests.el b/test/lisp/tab-bar-tests.el index e0de25bdc39..18ca9fee8a4 100644 --- a/test/lisp/tab-bar-tests.el +++ b/test/lisp/tab-bar-tests.el @@ -52,6 +52,7 @@ (tab-bar-tabs-set nil)) (ert-deftest tab-bar-tests-quit-restore-window () + :tags '(:unstable) ; Can hang. (skip-when (pcase system-type ;; Skip test on MS-Windows in batch mode, since terminal ;; frames cannot be created in that case.