We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec67de commit 9226fc5Copy full SHA for 9226fc5
1 file changed
dd-java-agent/instrumentation-testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy
@@ -1248,7 +1248,7 @@ abstract class HttpServerTest<SERVER> extends WithHttpServer<SERVER> {
1248
}
1249
1250
@Flaky(value = "https://github.com/DataDog/dd-trace-java/issues/9396", suites = ["PekkoHttpServerInstrumentationAsyncHttp2Test"])
1251
- def "test exception"() {
+ def "Instrumentation test exception"() {
1252
setup:
1253
def method = "GET"
1254
def body = null
0 commit comments