Skip to content

Commit 9d80781

Browse files
Marked Jetty10V1ForkedTest as flaky. (#10014)
1 parent 614cc72 commit 9d80781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)