fx: skip flaky test on x86_64-darwin

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2026-02-15 15:05:13 +05:30
parent e3cb16bccd
commit 4c2dd4e339
+5
View File
@@ -32,6 +32,11 @@ buildGoModule (finalAttrs: {
--zsh <($out/bin/fx --comp zsh)
'';
checkFlags = lib.optionals (stdenv.hostPlatform.system == "x86_64-darwin") [
# flaky only on x86_64 darwin, https://hydra.nixos.org/build/319903711
"-skip=^TestSearchCaching"
];
nativeInstallCheckInputs = [
versionCheckHook
writableTmpDirAsHomeHook