Skip to content

Commit 1a9feed

Browse files
authored
Merge pull request kubernetes#129615 from pohly/log-client-go-tools-cache-apis-fix
client-go/tools/cache: fix TestAddWhileActive
2 parents 3d84276 + d66ced5 commit 1a9feed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

staging/src/k8s.io/client-go/tools/cache/shared_informer_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,6 @@ func TestAddWhileActive(t *testing.T) {
10771077
wg.Wait()
10781078
}()
10791079

1080-
go informer.Run(stop)
10811080
source.Add(&v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "pod1"}})
10821081

10831082
if !listener1.ok() {

0 commit comments

Comments
 (0)