Skip to content

Commit

Permalink
Fix flakyness with TestSidecarHTTPHealthCheck
Browse files Browse the repository at this point in the history
I believe that this is starting at the same time as another
http server on the same port, and having a collision.

Removing the parrallel marker should fix this.
  • Loading branch information
markmandel committed Aug 1, 2018
1 parent 54e374b commit 84b60d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/gameservers/sdkserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,6 @@ func TestSidecarHealthy(t *testing.T) {
}

func TestSidecarHTTPHealthCheck(t *testing.T) {
t.Parallel()

m := agtesting.NewMocks()
sc, err := NewSDKServer("test", "default",
false, 1*time.Second, 1, 0, m.KubeClient, m.AgonesClient)
Expand Down

0 comments on commit 84b60d5

Please sign in to comment.