From 988985727f86960a5c6efb0fc9d0bf22dea9dbba Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 4 Nov 2025 14:46:07 +0100 Subject: [PATCH] Disable failing fish_config test for now This has probably been failing intermittently in CI ever since it was introduced. We have a reproducible test now, so let's disable this test in CI for now to reduce noise. See #12018 --- tests/checks/fish_config.fish | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/checks/fish_config.fish b/tests/checks/fish_config.fish index 6a142f85d..3c22a8ede 100644 --- a/tests/checks/fish_config.fish +++ b/tests/checks/fish_config.fish @@ -1,5 +1,6 @@ - #RUN: %fish %s - #REQUIRES: command -v diff +# RUN: %fish %s +# REQUIRES: command -v diff +# REQUIRES: test -z "$CI" fish_config prompt list | string match -r '^(?:acidhub|disco|nim)$' # CHECK: acidhub