Commit ee9420b8 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #23065 from tiwillia/gctestprovider

Auto commit by PR queue bot
parents 0877263f 8cb332b8
......@@ -30,11 +30,9 @@ import (
// This test requires that --terminated-pod-gc-threshold=100 be set on the controller manager
//
// Slow by design (7 min)
var _ = KubeDescribe("Garbage collector [Slow]", func() {
var _ = KubeDescribe("Garbage collector [Feature:GarbageCollector] [Slow]", func() {
f := NewDefaultFramework("garbage-collector")
It("should handle the creation of 1000 pods", func() {
SkipUnlessProviderIs("gce")
var count int
for count < 1000 {
pod, err := createTerminatingPod(f)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment