Skip to content

Commit 86326e4

Browse files
Test IastOverheadControlSpringBootSmokeTest.Test that all the vulnerabilities are detected marked as flaky. (#9418)
1 parent 4e2c5da commit 86326e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dd-smoke-tests/springboot/src/test/groovy/datadog/smoketest/IastOverheadControlSpringBootSmokeTest.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package datadog.smoketest
22

3+
import datadog.trace.test.util.Flaky
4+
35
import static datadog.trace.api.config.IastConfig.IAST_DEBUG_ENABLED
46
import static datadog.trace.api.config.IastConfig.IAST_DETECTION_MODE
57
import static datadog.trace.api.config.IastConfig.IAST_ENABLED
@@ -36,6 +38,7 @@ class IastOverheadControlSpringBootSmokeTest extends AbstractIastServerSmokeTest
3638
]
3739
}
3840

41+
@Flaky("https://github.com/DataDog/dd-trace-java/issues/9417")
3942
void 'Test that all the vulnerabilities are detected'() {
4043
given:
4144
// prepare a list of exactly three GET requests with path and query param

0 commit comments

Comments
 (0)