mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Merge pull request #34712 from wojtek-t/fix_density_test_crash
Automatic merge from submit-queue Fix ginkgo panic in density test Ref #33344
This commit is contained in:
commit
77f9d570f5
@ -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