Skip to content

Commit

Permalink
[CWS] mark e2e functional tests windows as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Nov 15, 2024
1 parent 14e4eac commit d29a30e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"github.com/DataDog/test-infra-definitions/scenarios/aws/ec2"
"github.com/stretchr/testify/require"

"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/e2e"
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/environments"
awshost "github.com/DataDog/datadog-agent/test/new-e2e/pkg/environments/aws/host"
Expand All @@ -34,6 +35,8 @@ var (
)

func TestVMSuite(t *testing.T) {
flake.Mark(t)

suiteParams := []e2e.SuiteOption{e2e.WithProvisioner(awshost.ProvisionerNoAgentNoFakeIntake(awshost.WithEC2InstanceOptions(ec2.WithOS(componentsos.WindowsDefault))))}
if *devMode {
suiteParams = append(suiteParams, e2e.WithDevMode())
Expand Down

0 comments on commit d29a30e

Please sign in to comment.