Skip to content

Commit a5ff48b

Browse files
authoredMar 19, 2025
fake-gcs-server: disable checks (#389286)
2 parents 1ddcf37 + b77b7e0 commit a5ff48b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎pkgs/by-name/fa/fake-gcs-server/package.nix

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ buildGoModule rec {
1818

1919
vendorHash = "sha256-oTJ4DCsDazo58ozsAKI0BG7rxfF8oeiIl6vQpRng+LM=";
2020

21+
# Unit tests fail to start the emulator server in some environments (e.g. Hydra) for some reason.
22+
#
23+
# Disabling to avoid flakiness.
24+
doCheck = false;
25+
2126
passthru = {
2227
updateScript = nix-update-script { };
2328
};

0 commit comments

Comments
 (0)
Failed to load comments.