Skip to content

Commit 149be2d

Browse files
Marked Jetty10V1ForkedTest as flaky.
1 parent 614cc72 commit 149be2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +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"])
1999+
@Flaky(value = "AppSec overwrites test context when enabled, causing test context to be lost", suites = ["Jetty10V0ForkedTest", "Jetty10V1ForkedTest"])
20002000
def 'test session id publishes to IG'() {
20012001
setup:
20022002
assumeTrue(testSessionId())

0 commit comments

Comments
 (0)