We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3b1136 + eeab8da commit 649d7d3Copy full SHA for 649d7d3
test/extended/util/test.go
@@ -341,6 +341,8 @@ var (
341
`\[sig-scalability\]`, // disable from the default set for now
342
`should create and stop a working application`, // Inordinately slow tests
343
344
+ `\[Feature:PerformanceDNS\]`, // very slow
345
+
346
`should ensure that critical pod is scheduled in case there is no resources available`, // should be tagged disruptive, consumes 100% of cluster CPU
347
348
"Pod should avoid to schedule to node that have avoidPod annotation",
@@ -372,6 +374,7 @@ var (
372
374
373
375
excludedTests = []string{
376
`\[Disabled:.+\]`,
377
+ `\[Disruptive\]`,
378
`\[Skipped\]`,
379
`\[Slow\]`,
380
`\[Flaky\]`,
0 commit comments