Unverified Commit 4c2dd4e3 authored by phanirithvij's avatar phanirithvij
Browse files

fx: skip flaky test on x86_64-darwin

parent e3cb16bc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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