We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09acbec commit 2044c33Copy full SHA for 2044c33
test/e2e/azure_test.go
@@ -135,7 +135,7 @@ var _ = Describe("Workload cluster creation", func() {
135
logCheckpoint(specTimes)
136
})
137
138
- if os.Getenv("USE_LOCAL_KIND_REGISTRY") != "true" {
+ if false && os.Getenv("USE_LOCAL_KIND_REGISTRY") != "true" {
139
// This spec expects a user-assigned identity with Contributor role assignment named "cloud-provider-user-identity" in a "capz-ci"
140
// resource group. Override these defaults by setting the USER_IDENTITY and CI_RG environment variables.
141
Context("Creating a private cluster [OPTIONAL]", func() {
0 commit comments