Skip to content

Commit

Permalink
[Ingest Manager] Skip flaky gateway tests #22177 (#22205)
Browse files Browse the repository at this point in the history
[Ingest Manager] Skip flaky gateway tests #22177
  • Loading branch information
michalpristas authored Nov 3, 2020
1 parent bc2a0fc commit d42a5b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func wrapStrToResp(code int, body string) *http.Response {
}

func TestFleetGateway(t *testing.T) {
t.Skip("Flaky when CI is slower")

agentInfo := &testAgentInfo{}
settings := &fleetGatewaySettings{
Expand Down

0 comments on commit d42a5b2

Please sign in to comment.