fake-gcs-server: disable checks

This commit is contained in:
commiterate
2025-03-19 17:05:52 -04:00
parent d23ea9bacd
commit b77b7e06ca
@@ -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 { };
};