Skip to content

Commit

Permalink
Flakey test fix: TestControllerUpdateFleetStatus
Browse files Browse the repository at this point in the history
I think this will stop this test being flakey.
  • Loading branch information
markmandel committed Jun 13, 2018
1 parent a9aa689 commit f54813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fleets/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func TestControllerUpdateFleetStatus(t *testing.T) {
return true, fleet, nil
})

_, cancel := agtesting.StartInformers(m, c.fleetSynced)
_, cancel := agtesting.StartInformers(m, c.fleetSynced, c.gameServerSetSynced)
defer cancel()

err := c.updateFleetStatus(fleet)
Expand Down

0 comments on commit f54813e

Please sign in to comment.