diff --git a/kola/tests/docker/torcx_manifest_pkgs.go b/kola/tests/docker/torcx_manifest_pkgs.go index 4bcd9668b..7cb9945d2 100644 --- a/kola/tests/docker/torcx_manifest_pkgs.go +++ b/kola/tests/docker/torcx_manifest_pkgs.go @@ -35,7 +35,8 @@ func init() { Name: "docker.torcx-manifest-pkgs", Flags: []register.Flag{register.RequiresInternetAccess}, // Downloads torcx packages // https://github.com/coreos/bugs/issues/2205 for DO - ExcludePlatforms: []string{"do"}, + // ESX: Currently Ignition does not support static IPs during the initramfs + ExcludePlatforms: []string{"esx", "do"}, Distros: []string{"cl"}, }) }