From eab9e647f488cc955273ba5a5d42e38a89ce3713 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Tue, 21 Jan 2025 17:31:45 +0100 Subject: [PATCH] checks/tmux-history-pager: Disable on CI in general Keeps failing for timing reasons and it's already quite slow. See #11036 --- tests/checks/tmux-history-pager.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/tmux-history-pager.fish b/tests/checks/tmux-history-pager.fish index d50de2e37..5977cb8e7 100644 --- a/tests/checks/tmux-history-pager.fish +++ b/tests/checks/tmux-history-pager.fish @@ -1,6 +1,6 @@ # RUN: %fish %s # REQUIRES: command -v tmux -# REQUIRES: test -z "$FISH_CI_SAN" +# REQUIRES: test -z "$CI" # The default history-delete binding is shift-delete which # won't work on terminals that don't support CSI u, so rebind.