We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b6596d + b9cd017 commit f287bc2Copy full SHA for f287bc2
staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/mutating/dispatcher_test.go
@@ -656,8 +656,8 @@ func TestDispatcher(t *testing.T) {
656
if err != nil {
657
t.Fatal(err)
658
}
659
- informerFactory.WaitForCacheSync(ctx.Done())
660
informerFactory.Start(ctx.Done())
+ informerFactory.WaitForCacheSync(ctx.Done())
661
for i, h := range tc.policyHooks {
662
tc.policyHooks[i].ParamInformer = paramInformer
663
tc.policyHooks[i].ParamScope = testParamScope{}
0 commit comments