Skip to content

Commit 9226fc5

Browse files
committed
change flaky test name
1 parent 1ec67de commit 9226fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-java-agent/instrumentation-testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ abstract class HttpServerTest<SERVER> extends WithHttpServer<SERVER> {
12481248
}
12491249

12501250
@Flaky(value = "https://github.com/DataDog/dd-trace-java/issues/9396", suites = ["PekkoHttpServerInstrumentationAsyncHttp2Test"])
1251-
def "test exception"() {
1251+
def "Instrumentation test exception"() {
12521252
setup:
12531253
def method = "GET"
12541254
def body = null

0 commit comments

Comments
 (0)