Skip to content

Commit f2ce04d

Browse files
authored
Merge pull request #2349 from sbueringer/pr-quick
🌱 Remove regular quickstart from PR blocking job
2 parents a5955a4 + 63cb2a7 commit f2ce04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/capv_quick_start_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
capi_e2e "sigs.k8s.io/cluster-api/test/e2e"
2222
)
2323

24-
var _ = Describe("Cluster Creation using Cluster API quick-start test [PR-Blocking]", func() {
24+
var _ = Describe("Cluster Creation using Cluster API quick-start test", func() {
2525
capi_e2e.QuickStartSpec(ctx, func() capi_e2e.QuickStartSpecInput {
2626
return capi_e2e.QuickStartSpecInput{
2727
E2EConfig: e2eConfig,

0 commit comments

Comments
 (0)