Skip to content

Commit 649d7d3

Browse files
Merge pull request #20989 from openshift-cherrypick-robot/cherry-pick-20987-to-release-3.11
[release-3.11] Skip the disruptive suite for now
2 parents f3b1136 + eeab8da commit 649d7d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/extended/util/test.go

+3
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ var (
341341
`\[sig-scalability\]`, // disable from the default set for now
342342
`should create and stop a working application`, // Inordinately slow tests
343343

344+
`\[Feature:PerformanceDNS\]`, // very slow
345+
344346
`should ensure that critical pod is scheduled in case there is no resources available`, // should be tagged disruptive, consumes 100% of cluster CPU
345347

346348
"Pod should avoid to schedule to node that have avoidPod annotation",
@@ -372,6 +374,7 @@ var (
372374

373375
excludedTests = []string{
374376
`\[Disabled:.+\]`,
377+
`\[Disruptive\]`,
375378
`\[Skipped\]`,
376379
`\[Slow\]`,
377380
`\[Flaky\]`,

0 commit comments

Comments
 (0)