Skip to content

Commit f1979a1

Browse files
authored
disable centos tests for azure cloud provider (kubermatic#1041)
Signed-off-by: Moath Qasim <[email protected]>
1 parent d6c4d94 commit f1979a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/provisioning/all_e2e_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@ func TestAzureProvisioningE2E(t *testing.T) {
561561
t.Fatal("unable to run the test suite, AZURE_TENANT_ID, AZURE_SUBSCRIPTION_ID, AZURE_CLIENT_ID and AZURE_CLIENT_SECRET environment variables cannot be empty")
562562
}
563563

564-
selector := Not(OsSelector("sles", "amzn2"))
564+
// TODO: until it the publisher and sku is ajdusted or centos is being deprecated.
565+
selector := Not(OsSelector("sles", "amzn2", "centos"))
565566
// act
566567
params := []string{
567568
fmt.Sprintf("<< AZURE_TENANT_ID >>=%s", azureTenantID),

0 commit comments

Comments
 (0)