Skip to content

Commit

Permalink
[Ingest Manager] Skip flaky gateway tests elastic#22177
Browse files Browse the repository at this point in the history
[Ingest Manager] Skip flaky gateway tests elastic#22177
  • Loading branch information
michalpristas committed Oct 27, 2020
1 parent ee7445b commit dbb5f44
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 dbb5f44

Please sign in to comment.