Skip to content

Commit

Permalink
feat(TestKindSuite): set TestKindSuite as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythyu committed Dec 4, 2024
1 parent 5e0c347 commit 5c9b3da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/new-e2e/tests/containers/kindvm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
package containers

import (
"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
"testing"

"github.com/DataDog/test-infra-definitions/scenarios/aws/ec2"
Expand All @@ -20,6 +21,7 @@ type kindSuite struct {
}

func TestKindSuite(t *testing.T) {
flake.Mark(t)
e2e.Run(t, &kindSuite{}, e2e.WithProvisioner(awskubernetes.KindProvisioner(
awskubernetes.WithEC2VMOptions(
ec2.WithInstanceType("t3.xlarge"),
Expand Down

0 comments on commit 5c9b3da

Please sign in to comment.