You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/quick_start_test.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ import (
29
29
"sigs.k8s.io/cluster-api/test/framework/kubetest"
30
30
)
31
31
32
-
var_=Describe("When following the Cluster API quick-start", func() {
32
+
var_=Describe("When following the Cluster API quick-start11 [PR-Blocking] [ClusterClass]", Label("PR-Blocking", "ClusterClass"), func() {
33
33
QuickStartSpec(ctx, func() QuickStartSpecInput {
34
34
returnQuickStartSpecInput{
35
35
E2EConfig: e2eConfig,
@@ -75,7 +75,7 @@ var _ = Describe("When following the Cluster API quick-start", func() {
75
75
})
76
76
})
77
77
78
-
var_=Describe("When following the Cluster API quick-start with ClusterClass [PR-Blocking] [ClusterClass]", Label("PR-Blocking", "ClusterClass"), func() {
78
+
var_=Describe("When following the Cluster API quick-start with ClusterClass ", func() {
0 commit comments