Skip to content

Commit

Permalink
Skip e2e agent container tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Sep 17, 2024
1 parent 697356b commit 7173f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/e2e/agent_container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ func (suite *AgentContainerSuite) FleetIsHealthy(bCtx context.Context, endpoint
}

func (suite *AgentContainerSuite) TestHTTP() {
suite.T().Skip("Flakey test suite skipped.")
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
defer cancel()

Expand Down

0 comments on commit 7173f19

Please sign in to comment.