From 149be2d81a4f4c96586212ee214e4c17df0888fa Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 21 Nov 2025 10:34:34 -0500 Subject: [PATCH] Marked `Jetty10V1ForkedTest` as flaky. --- .../groovy/datadog/trace/agent/test/base/HttpServerTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dd-java-agent/instrumentation-testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy b/dd-java-agent/instrumentation-testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy index 8988f4e790b..ac752fd3efe 100644 --- a/dd-java-agent/instrumentation-testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy +++ b/dd-java-agent/instrumentation-testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy @@ -1996,7 +1996,7 @@ abstract class HttpServerTest extends WithHttpServer { rootSpan.tags['appsec.blocked'] == 'true' } - @Flaky(value = "AppSec overwrites test context when enabled, causing test context to be lost", suites = ["Jetty10V1ForkedTest"]) + @Flaky(value = "AppSec overwrites test context when enabled, causing test context to be lost", suites = ["Jetty10V0ForkedTest", "Jetty10V1ForkedTest"]) def 'test session id publishes to IG'() { setup: assumeTrue(testSessionId())