We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
client error request with parent
ApacheHttpAsyncClient5NamingV0Test
1 parent abb3a35 commit 836075fCopy full SHA for 836075f
dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/base/HttpClientTest.groovy
@@ -346,7 +346,7 @@ abstract class HttpClientTest extends VersionedNamingTestBase {
346
"POST" | _
347
}
348
349
- @Flaky(suites = ["ApacheHttpAsyncClient5Test"])
+ @Flaky(suites = ["ApacheHttpAsyncClient5Test", "ApacheHttpAsyncClient5NamingV0Test"])
350
def "client error request with parent"() {
351
setup:
352
def uri = server.address.resolve("/secured")
0 commit comments