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:30:49 +01:00
parent a094167161
commit 370d17fc79
@@ -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 = ''