From d580a1a7c0105e618b40415f0e016128252af3ec Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Sat, 9 May 2020 17:01:11 -0700 Subject: [PATCH] Flaky: TestControllerSyncGameServerCreatingState (#1533) Informer in the test should be syncing on Pods, not GameServers. Co-authored-by: Robert Bailey --- pkg/gameservers/controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gameservers/controller_test.go b/pkg/gameservers/controller_test.go index fb8b738176..ed68771144 100644 --- a/pkg/gameservers/controller_test.go +++ b/pkg/gameservers/controller_test.go @@ -669,7 +669,7 @@ func TestControllerSyncGameServerCreatingState(t *testing.T) { return true, gs, nil }) - _, cancel := agtesting.StartInformers(m, c.gameServerSynced) + _, cancel := agtesting.StartInformers(m, c.podSynced) defer cancel() gs, err := c.syncGameServerCreatingState(fixture)