fish: disable more flaky tests

https://github.com/fish-shell/fish-shell/issues/12253#issuecomment-3707996020
This commit is contained in:
Adam C. Stephens
2026-01-05 17:08:27 -05:00
parent c9109c7b8a
commit 9101f1899f
+2
View File
@@ -163,6 +163,8 @@ stdenv.mkDerivation (finalAttrs: {
FISH_BUILD_VERSION = finalAttrs.version;
# Skip tests that are known to be flaky in CI
CI = 1;
# really skip them all https://github.com/fish-shell/fish-shell/issues/12253#issuecomment-3707996020
FISH_CI_SAN = 1;
};
cargoDeps = rustPlatform.fetchCargoVendor {