mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Don't run Density test in e2e runs until #6059 is fixed
This commit is contained in:
parent
2de37624e8
commit
c5597efc0c
@ -212,7 +212,8 @@ var _ = Describe("Density", func() {
|
||||
|
||||
for _, count := range []int{30, 50, 100} {
|
||||
name := fmt.Sprintf("should allow starting %d pods per node", count)
|
||||
if count > 30 {
|
||||
// TODO(wojtek-t): Don't skip 30 pods per node test once #6059 if fixed.
|
||||
if count > 0 {
|
||||
name = "[Skipped] " + name
|
||||
}
|
||||
It(name, func() {
|
||||
|
Loading…
Reference in New Issue
Block a user