Skip to content

Commit 84b60d5

Browse files
committed
Fix flakyness with TestSidecarHTTPHealthCheck
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.
1 parent 54e374b commit 84b60d5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/gameservers/sdkserver_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ func TestSidecarHealthy(t *testing.T) {
295295
}
296296

297297
func TestSidecarHTTPHealthCheck(t *testing.T) {
298-
t.Parallel()
299-
300298
m := agtesting.NewMocks()
301299
sc, err := NewSDKServer("test", "default",
302300
false, 1*time.Second, 1, 0, m.KubeClient, m.AgonesClient)

0 commit comments

Comments
 (0)