Skip to content

Commit 0ba9af0

Browse files
authored
add flaky annotation (#9990)
1 parent 314a089 commit 0ba9af0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dd-java-agent/instrumentation-testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,6 +1996,7 @@ abstract class HttpServerTest<SERVER> extends WithHttpServer<SERVER> {
19961996
rootSpan.tags['appsec.blocked'] == 'true'
19971997
}
19981998

1999+
@Flaky(value = "AppSec overwrites test context when enabled, causing test context to be lost", suites = ["Jetty10V1ForkedTest"])
19992000
def 'test session id publishes to IG'() {
20002001
setup:
20012002
assumeTrue(testSessionId())

0 commit comments

Comments
 (0)