Skip to content

Commit 66dcfb0

Browse files
authored
Merge pull request #2955 from nikParasyr/issue-2952
🌱 Mark autoscaler e2e test as non-blocking
2 parents f4c3f4b + d974b7e commit 66dcfb0

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)