Unverified Commit a5ff48b5 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

fake-gcs-server: disable checks (#389286)

parents 1ddcf37a b77b7e06
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ buildGoModule rec {

  vendorHash = "sha256-oTJ4DCsDazo58ozsAKI0BG7rxfF8oeiIl6vQpRng+LM=";

  # Unit tests fail to start the emulator server in some environments (e.g. Hydra) for some reason.
  #
  # Disabling to avoid flakiness.
  doCheck = false;

  passthru = {
    updateScript = nix-update-script { };
  };