Unverified Commit a80229b3 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

fx: skip flaky test on x86_64-darwin (#490613)

parents 93ad15a6 4c2dd4e3
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