We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f58fbf commit e4b18c3Copy full SHA for e4b18c3
1 file changed
dd-java-agent/instrumentation-testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy
@@ -1242,6 +1242,7 @@ abstract class HttpServerTest<SERVER> extends WithHttpServer<SERVER> {
1242
}
1243
1244
1245
+ @Flaky(value = "https://github.com/DataDog/dd-trace-java/issues/9396", suites = ["PekkoHttpServerInstrumentationAsyncHttp2Test"])
1246
def "test exception"() {
1247
setup:
1248
def method = "GET"
0 commit comments