From 5b0622cf0066914f8511b3494d0b482ec1c3292a Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sun, 19 Jan 2025 18:54:56 +0100 Subject: [PATCH] Disable tmux-history-pager test on ASAN --- tests/checks/tmux-history-pager.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/checks/tmux-history-pager.fish b/tests/checks/tmux-history-pager.fish index e6e19018e..d50de2e37 100644 --- a/tests/checks/tmux-history-pager.fish +++ b/tests/checks/tmux-history-pager.fish @@ -1,5 +1,6 @@ # RUN: %fish %s # REQUIRES: command -v tmux +# REQUIRES: test -z "$FISH_CI_SAN" # The default history-delete binding is shift-delete which # won't work on terminals that don't support CSI u, so rebind.