Skip to content

Commit

Permalink
[PROCS-4219] Marking ECS e2e test as flaky (#27558)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyu authored Jul 12, 2024
1 parent e7510f8 commit b26078c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/new-e2e/tests/process/ecs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/stretchr/testify/assert"

ecsComp "github.com/DataDog/test-infra-definitions/components/ecs"

"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
"github.com/DataDog/datadog-agent/test/fakeintake/aggregator"
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/e2e"
ecsComp "github.com/DataDog/test-infra-definitions/components/ecs"

"github.com/DataDog/datadog-agent/test/new-e2e/pkg/environments"
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/environments/aws/ecs"
Expand Down Expand Up @@ -68,6 +70,8 @@ func TestECSTestSuite(t *testing.T) {

func (s *ECSSuite) TestECSProcessCheck() {
t := s.T()
// PROCS-4219
flake.Mark(t)

var payloads []*aggregator.ProcessPayload
assert.EventuallyWithT(t, func(c *assert.CollectT) {
Expand Down

0 comments on commit b26078c

Please sign in to comment.