diff --git a/test/e2e/managedcluster/providervalidator.go b/test/e2e/managedcluster/providervalidator.go index 716c156d9..a28dd7cf0 100644 --- a/test/e2e/managedcluster/providervalidator.go +++ b/test/e2e/managedcluster/providervalidator.go @@ -64,7 +64,7 @@ func NewProviderValidator(template Template, clusterName string, action Validati case TemplateAWSStandaloneCP, TemplateAWSHostedCP: resourcesToValidate["ccm"] = validateCCM resourceOrder = append(resourceOrder, "ccm") - case TemplateAzureStandaloneCP, TemplateVSphereHostedCP: + case TemplateAzureStandaloneCP, TemplateVSphereStandaloneCP: delete(resourcesToValidate, "csi-driver") } } else { diff --git a/test/e2e/provider_azure_test.go b/test/e2e/provider_azure_test.go index 72eef85f9..6681668f3 100644 --- a/test/e2e/provider_azure_test.go +++ b/test/e2e/provider_azure_test.go @@ -131,7 +131,7 @@ var _ = Context("Azure Templates", Label("provider:cloud", "provider:azure"), Or templateBy(managedcluster.TemplateAzureHostedCP, "creating a ManagedCluster") hostedDeleteFunc = standaloneClient.CreateManagedCluster(context.Background(), hd) - templateBy(managedcluster.TemplateAWSHostedCP, "Patching AzureCluster to ready") + templateBy(managedcluster.TemplateAzureHostedCP, "Patching AzureCluster to ready") managedcluster.PatchHostedClusterReady(standaloneClient, managedcluster.ProviderAzure, hdName) templateBy(managedcluster.TemplateAzureHostedCP, "waiting for infrastructure to deploy successfully")