mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Merge pull request #23065 from tiwillia/gctestprovider
Auto commit by PR queue bot
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user