tab-bar-tests-quit-restore-window: Mark unstable

* test/lisp/tab-bar-tests.el
(tab-bar-tests-quit-restore-window): Mark unstable.
This commit is contained in:
Sean Whitton 2026-08-24 13:41:29 +01:00
parent a001a45a50
commit bcfc4e7e19

View file

@ -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.