Don't run Density test in e2e runs until #6059 is fixed

This commit is contained in:
Wojciech Tyczynski 2015-04-01 09:14:56 +02:00
parent 2de37624e8
commit c5597efc0c

View File

@ -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() {