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

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() {