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 ce285d1 commit 63cb2a7Copy full SHA for 63cb2a7
test/e2e/capv_quick_start_test.go
@@ -21,7 +21,7 @@ import (
21
capi_e2e "sigs.k8s.io/cluster-api/test/e2e"
22
)
23
24
-var _ = Describe("Cluster Creation using Cluster API quick-start test [PR-Blocking]", func() {
+var _ = Describe("Cluster Creation using Cluster API quick-start test", func() {
25
capi_e2e.QuickStartSpec(ctx, func() capi_e2e.QuickStartSpecInput {
26
return capi_e2e.QuickStartSpecInput{
27
E2EConfig: e2eConfig,
0 commit comments