Skip to content

Commit d26d241

Browse files
Move the ClusterClass quickstart test from e2e-informing to e2e-main and drop the regular quickstart test from e2e-main
1 parent e111168 commit d26d241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/quick_start_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"sigs.k8s.io/cluster-api/test/framework/kubetest"
2929
)
3030

31-
var _ = Describe("When following the Cluster API quick-start [PR-Blocking]", func() {
31+
var _ = Describe("When following the Cluster API quick-start", func() {
3232
QuickStartSpec(ctx, func() QuickStartSpecInput {
3333
return QuickStartSpecInput{
3434
E2EConfig: e2eConfig,
@@ -51,7 +51,7 @@ var _ = Describe("When following the Cluster API quick-start [PR-Blocking]", fun
5151
})
5252
})
5353

54-
var _ = Describe("When following the Cluster API quick-start with ClusterClass [PR-Informing] [ClusterClass]", func() {
54+
var _ = Describe("When following the Cluster API quick-start with ClusterClass [PR-Blocking] [ClusterClass]", func() {
5555
QuickStartSpec(ctx, func() QuickStartSpecInput {
5656
return QuickStartSpecInput{
5757
E2EConfig: e2eConfig,

0 commit comments

Comments
 (0)