Skip to content

Commit 5aa25ba

Browse files
Test PekkoHttpServerInstrumentationAsyncHttp2Test.test exception marked as flaky. (#9397)
1 parent dd6e5d6 commit 5aa25ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dd-java-agent/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
@@ -1183,6 +1183,7 @@ abstract class HttpServerTest<SERVER> extends WithHttpServer<SERVER> {
11831183
}
11841184
}
11851185

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

0 commit comments

Comments
 (0)