Merge pull request #129615 from pohly/log-client-go-tools-cache-apis-fix

client-go/tools/cache: fix TestAddWhileActive
This commit is contained in:
Kubernetes Prow Robot 2025-01-14 09:32:40 -08:00 committed by GitHub
commit 1a9feed0cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1077,7 +1077,6 @@ func TestAddWhileActive(t *testing.T) {
wg.Wait()
}()
go informer.Run(stop)
source.Add(&v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "pod1"}})
if !listener1.ok() {