mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Fix ginkgo panic in density test
This commit is contained in:
parent
aa485ce82c
commit
00a437bb5c
@ -247,6 +247,7 @@ func runDensityTest(dtc DensityTestConfig) time.Duration {
|
||||
for i := range dtc.Configs {
|
||||
rcConfig := dtc.Configs[i]
|
||||
go func() {
|
||||
defer GinkgoRecover()
|
||||
framework.ExpectNoError(framework.RunRC(rcConfig))
|
||||
wg.Done()
|
||||
}()
|
||||
|
Loading…
Reference in New Issue
Block a user