Skip to content

Commit c15ab26

Browse files
committed
skip private cluster test
1 parent 7f70bad commit c15ab26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/azure_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ var _ = Describe("Workload cluster creation", func() {
135135
logCheckpoint(specTimes)
136136
})
137137

138-
if os.Getenv("USE_LOCAL_KIND_REGISTRY") != "true" {
138+
if false && os.Getenv("USE_LOCAL_KIND_REGISTRY") != "true" {
139139
// This spec expects a user-assigned identity with Contributor role assignment named "cloud-provider-user-identity" in a "capz-ci"
140140
// resource group. Override these defaults by setting the USER_IDENTITY and CI_RG environment variables.
141141
Context("Creating a private cluster [OPTIONAL]", func() {

0 commit comments

Comments
 (0)