Skip to content

Commit eeab8da

Browse files
smarterclaytonopenshift-cherrypick-robot
authored and
openshift-cherrypick-robot
committed
Skip the disruptive suite for now
1 parent f3b1136 commit eeab8da

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)