Commit 2e011d30 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski Committed by GitHub

Update density.go

parent 6e90106d
...@@ -630,6 +630,7 @@ var _ = framework.KubeDescribe("Density", func() { ...@@ -630,6 +630,7 @@ var _ = framework.KubeDescribe("Density", func() {
By("Removing additional replication controllers") By("Removing additional replication controllers")
deleteRC := func(i int) { deleteRC := func(i int) {
defer GinkgoRecover()
name := additionalPodsPrefix + "-" + strconv.Itoa(i+1) name := additionalPodsPrefix + "-" + strconv.Itoa(i+1)
framework.ExpectNoError(framework.DeleteRCAndWaitForGC(c, rcNameToNsMap[name], name)) framework.ExpectNoError(framework.DeleteRCAndWaitForGC(c, rcNameToNsMap[name], name))
} }
......
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