Skip to content

Commit d974b7e

Browse files
committed
Mark autoscaler e2e test as non-blocking
1 parent 43d7661 commit d974b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/suites/e2e/autoscaler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131

3232
// Currently marked as PR-blocking to ensure it runs
3333
// might need to remove it.
34-
var _ = Describe("Autoscaler on ClusterClass cluster [PR-Blocking] [Autoscaler] [ClusterClass]", func() {
34+
var _ = Describe("Autoscaler on ClusterClass cluster [Autoscaler] [ClusterClass]", func() {
3535
capi_e2e.AutoscalerSpec(context.TODO(), func() capi_e2e.AutoscalerSpecInput {
3636
infraAPIGroup := infrav1.GroupName
3737

0 commit comments

Comments
 (0)