fish: disable more flaky tests (#477300)

This commit is contained in:
Winter
2026-01-05 22:35:02 +00:00
committed by GitHub
+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 {