Skip to content

Commit e4b18c3

Browse files
janhavisclaude
andcommitted
Re-add @flaky annotation on test exception until fix is verified in CI
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 7f58fbf commit e4b18c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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
@@ -1242,6 +1242,7 @@ abstract class HttpServerTest<SERVER> extends WithHttpServer<SERVER> {
12421242
}
12431243
}
12441244

1245+
@Flaky(value = "https://github.com/DataDog/dd-trace-java/issues/9396", suites = ["PekkoHttpServerInstrumentationAsyncHttp2Test"])
12451246
def "test exception"() {
12461247
setup:
12471248
def method = "GET"

0 commit comments

Comments
 (0)