Disable tmux-multiline-prompt under macOS CI

This commit is contained in:
Mahmoud Al-Qudsi 2024-11-12 17:09:25 -06:00
parent bb57f2391f
commit 14a5c0ca44

View File

@ -1,6 +1,8 @@
#RUN: %fish %s #RUN: %fish %s
#REQUIRES: command -v tmux && ! tmux -V | grep -qE '^tmux (next-3.4|3\.[0123][a-z]*($|[.-]))' #REQUIRES: command -v tmux && ! tmux -V | grep -qE '^tmux (next-3.4|3\.[0123][a-z]*($|[.-]))'
#REQUIRES: command -v less #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 isolated-tmux-start