3
0
Fork 0
forked from mirrors/nixpkgs

colima: disable flaky test

Disable the flaky `Test_extractZones` by excluding the gvproxy package.
This commit is contained in:
Thibault Gagnaux 2023-03-16 08:25:52 +01:00
parent a094167161
commit 370d17fc79
No known key found for this signature in database
GPG key ID: 44BD0764ACAE8E25

View file

@ -37,6 +37,10 @@ buildGoModule rec {
vendorHash = "sha256-bEgC7j8WvCgrJ2Ahye4mfWVEmo6Y/OO64mDIJXvtaiE=";
# disable flaky Test_extractZones
# https://hydra.nixos.org/build/212378003/log
excludedPackages = "gvproxy";
CGO_ENABLED = 1;
preConfigure = ''