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
This commit is contained in:
Johannes Altmanninger
2025-11-04 14:46:07 +01:00
parent dad58ac20a
commit 988985727f

View File

@@ -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