File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
test/new-e2e/tests/process Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import (
21
21
22
22
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/components"
23
23
24
+ "github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
24
25
"github.com/DataDog/datadog-agent/test/fakeintake/aggregator"
25
26
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/e2e"
26
27
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/environments"
@@ -194,6 +195,7 @@ func (s *windowsTestSuite) TestProtectedProcessCheck() {
194
195
195
196
func (s * windowsTestSuite ) TestUnprotectedProcessCheck () {
196
197
t := s .T ()
198
+ flake .Mark (t )
197
199
s .UpdateEnv (awshost .Provisioner (
198
200
awshost .WithEC2InstanceOptions (ec2 .WithOS (os .WindowsDefault )),
199
201
awshost .WithAgentOptions (agentparams .WithAgentConfig (processCheckConfigStr )),
You can’t perform that action at this time.
0 commit comments