Skip to content

Commit 72b16c1

Browse files
committed
process: mark TestUnprotectedProcessCheck as flaky
1 parent 7a6483d commit 72b16c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/new-e2e/tests/process/windows_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import (
2121

2222
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/components"
2323

24+
"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
2425
"github.com/DataDog/datadog-agent/test/fakeintake/aggregator"
2526
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/e2e"
2627
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/environments"
@@ -194,6 +195,7 @@ func (s *windowsTestSuite) TestProtectedProcessCheck() {
194195

195196
func (s *windowsTestSuite) TestUnprotectedProcessCheck() {
196197
t := s.T()
198+
flake.Mark(t)
197199
s.UpdateEnv(awshost.Provisioner(
198200
awshost.WithEC2InstanceOptions(ec2.WithOS(os.WindowsDefault)),
199201
awshost.WithAgentOptions(agentparams.WithAgentConfig(processCheckConfigStr)),

0 commit comments

Comments
 (0)