Skip to content

Commit 79bc07c

Browse files
Mark mtls test as flaky (#45859)
### What does this PR do? #incident-48934 ### Motivation ### Describe how you validated your changes ### Additional Notes
1 parent fac830e commit 79bc07c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/new-e2e/tests/agent-metric-pipelines/jmxfetch/jmxfetch_nix_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

99100
func TestJMXFetchNixMtls(t *testing.T) {
101+
flake.Mark(t)
100102
testJMXFetchNix(t, true, false)
101103
}
102104

103105
func TestJMXFetchNixMtlsFIPS(t *testing.T) {
106+
flake.Mark(t)
104107
testJMXFetchNix(t, true, true)
105108
}
106109

0 commit comments

Comments
 (0)