File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
test/new-e2e/tests/agent-metric-pipelines/jmxfetch Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import (
1414 "testing"
1515 "time"
1616
17+ "github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
1718 ec2docker "github.com/DataDog/datadog-agent/test/e2e-framework/scenarios/aws/ec2docker"
1819 "github.com/DataDog/datadog-agent/test/e2e-framework/testing/e2e"
1920 "github.com/DataDog/datadog-agent/test/e2e-framework/testing/environments"
@@ -97,10 +98,12 @@ func TestJMXFetchNixFIPS(t *testing.T) {
9798}
9899
99100func TestJMXFetchNixMtls (t * testing.T ) {
101+ flake .Mark (t )
100102 testJMXFetchNix (t , true , false )
101103}
102104
103105func TestJMXFetchNixMtlsFIPS (t * testing.T ) {
106+ flake .Mark (t )
104107 testJMXFetchNix (t , true , true )
105108}
106109
You can’t perform that action at this time.
0 commit comments