From 14a5c0ca44fab914f6bb388e9fda6c4b7bd44521 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 12 Nov 2024 17:09:25 -0600 Subject: [PATCH] Disable tmux-multiline-prompt under macOS CI --- tests/checks/tmux-multiline-prompt.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/checks/tmux-multiline-prompt.fish b/tests/checks/tmux-multiline-prompt.fish index 65b9596a4..a419a60ba 100644 --- a/tests/checks/tmux-multiline-prompt.fish +++ b/tests/checks/tmux-multiline-prompt.fish @@ -1,6 +1,8 @@ #RUN: %fish %s #REQUIRES: command -v tmux && ! tmux -V | grep -qE '^tmux (next-3.4|3\.[0123][a-z]*($|[.-]))' #REQUIRES: command -v less +# Disable on GitHub macOS CI because it fails more than it passes there +#REQUIRES: uname -s | grep -qv Darwin || test -z "$CI" isolated-tmux-start