test: disable e2e-misc test with Canal CNI

Canal latest is broken right now:
https://github.com/projectcalico/cni-plugin/issues/1214

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2021-11-12 13:25:58 +03:00
parent 897da2f6ef
commit e4e8e8737f
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD

View File

@ -376,9 +376,10 @@ local integration_disk_image = Step("e2e-disk-image", target="e2e-qemu", privile
"IMAGE_REGISTRY": local_registry,
"WITH_DISK_ENCRYPTION": "true",
});
local integration_canal_reset = Step("e2e-canal-reset", target="e2e-qemu", privileged=true, depends_on=[integration_disk_image], environment={
local integration_canal_reset = Step("e2e-canal-disabled-reset", target="e2e-qemu", privileged=true, depends_on=[integration_disk_image], environment={
"INTEGRATION_TEST_RUN": "TestIntegration/api.ResetSuite/TestResetWithSpec",
"CUSTOM_CNI_URL": "https://docs.projectcalico.org/manifests/canal.yaml",
// TODO: re-enable when https://github.com/projectcalico/cni-plugin/issues/1214 is fixed
// "CUSTOM_CNI_URL": "https://docs.projectcalico.org/manifests/canal.yaml",
"REGISTRY": local_registry,
});
local integration_no_cluster_discovery = Step("e2e-no-cluster-discovery", target="e2e-qemu", privileged=true, depends_on=[integration_canal_reset], environment={