forked from mirrors/nixpkgs
colima: disable flaky test
Disable the flaky `Test_extractZones` by excluding the gvproxy package.
This commit is contained in:
parent
a094167161
commit
370d17fc79
|
@ -37,6 +37,10 @@ buildGoModule rec {
|
||||||
|
|
||||||
vendorHash = "sha256-bEgC7j8WvCgrJ2Ahye4mfWVEmo6Y/OO64mDIJXvtaiE=";
|
vendorHash = "sha256-bEgC7j8WvCgrJ2Ahye4mfWVEmo6Y/OO64mDIJXvtaiE=";
|
||||||
|
|
||||||
|
# disable flaky Test_extractZones
|
||||||
|
# https://hydra.nixos.org/build/212378003/log
|
||||||
|
excludedPackages = "gvproxy";
|
||||||
|
|
||||||
CGO_ENABLED = 1;
|
CGO_ENABLED = 1;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue