checks/tmux-history-pager: Disable on CI in general

Keeps failing for timing reasons and it's already quite slow.

See #11036
This commit is contained in:
Fabian Boehm 2025-01-21 17:31:45 +01:00
parent e67819f532
commit eab9e647f4

View File

@ -1,6 +1,6 @@
# RUN: %fish %s # RUN: %fish %s
# REQUIRES: command -v tmux # REQUIRES: command -v tmux
# REQUIRES: test -z "$FISH_CI_SAN" # REQUIRES: test -z "$CI"
# The default history-delete binding is shift-delete which # The default history-delete binding is shift-delete which
# won't work on terminals that don't support CSI u, so rebind. # won't work on terminals that don't support CSI u, so rebind.