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 a63af00 + c840397 commit 9b8befaCopy full SHA for 9b8befa
pkg/adaptation/suite_test.go
@@ -125,6 +125,7 @@ func (s *Suite) WaitForPluginsToSync(plugins ...*mockPlugin) {
125
for _, plugin := range plugins {
126
Expect(plugin.Wait(PluginSynchronized, timeout)).To(Succeed())
127
}
128
+ s.runtime.runtime.BlockPluginSync().Unblock() // ensure plugins are fully registered
129
130
131
// Cleanup the test suite.
0 commit comments