mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 22:20:18 +00:00
Don't run Density test in e2e runs until #6059 is fixed
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user