aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/tab-bar-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/tab-bar-tests.el b/test/lisp/tab-bar-tests.el
index 257f6bd37d3..98bf61df177 100644
--- a/test/lisp/tab-bar-tests.el
+++ b/test/lisp/tab-bar-tests.el
@@ -56,6 +56,9 @@
56 ;; Skip test on MS-Windows in batch mode, since terminal 56 ;; Skip test on MS-Windows in batch mode, since terminal
57 ;; frames cannot be created in that case. 57 ;; frames cannot be created in that case.
58 ('windows-nt noninteractive) 58 ('windows-nt noninteractive)
59 ;; This test is unreliable on macOS when run in batch mode
60 ;; from Emacs (M-x compile).
61 ('darwin (equal (getenv "TERM") "dumb"))
59 ;; Emba runs the container without "--tty" 62 ;; Emba runs the container without "--tty"
60 ;; (the environment variable "TERM" is nil), and this 63 ;; (the environment variable "TERM" is nil), and this
61 ;; test fails with '(error "Could not open file: /dev/tty")'. 64 ;; test fails with '(error "Could not open file: /dev/tty")'.