Remove test for broken tmux output

Quite flaky on CI.

See #11036
This commit is contained in:
Fabian Boehm 2025-01-09 21:06:15 +01:00
parent 52cb42ba3d
commit b8208d72f7

View file

@ -32,23 +32,6 @@ isolated-tmux capture-pane -p
# CHECK: 10
# CHECK: scroll_here
# The output is broken here (seems tmux specific).
isolated-tmux send-keys C-c
tmux-sleep
isolated-tmux send-keys C-l 'commandline -i ": \'$(seq $LINES)" A B "C\'"' Enter Enter
tmux-sleep
isolated-tmux capture-pane -p
# CHECK: 4
# CHECK: 5
# CHECK: 6
# CHECK: 7
# CHECK: 8
# CHECK: 9
# CHECK: 10
# CHECK: prompt 5>
# CHECK: B
# CHECK: C'
# Soft-wrapped commandline with omitted right prompt.
isolated-tmux send-keys C-c
tmux-sleep