diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/tab-bar-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/tab-bar-tests.el b/test/lisp/tab-bar-tests.el index a26d15ce977..450713ce228 100644 --- a/test/lisp/tab-bar-tests.el +++ b/test/lisp/tab-bar-tests.el | |||
| @@ -52,6 +52,7 @@ | |||
| 52 | (tab-bar-tabs-set nil)) | 52 | (tab-bar-tabs-set nil)) |
| 53 | 53 | ||
| 54 | (ert-deftest tab-bar-tests-quit-restore-window () | 54 | (ert-deftest tab-bar-tests-quit-restore-window () |
| 55 | (skip-when (and noninteractive (eq system-type 'windows-nt))) | ||
| 55 | (let* ((frame-params (when noninteractive | 56 | (let* ((frame-params (when noninteractive |
| 56 | '((window-system . nil) | 57 | '((window-system . nil) |
| 57 | (tty-type . "linux")))) | 58 | (tty-type . "linux")))) |