Skip to content

Commit 836075f

Browse files
Mark client error request with parent as flaky for ApacheHttpAsyncClient5NamingV0Test. (#9361)
1 parent abb3a35 commit 836075f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ abstract class HttpClientTest extends VersionedNamingTestBase {
346346
"POST" | _
347347
}
348348

349-
@Flaky(suites = ["ApacheHttpAsyncClient5Test"])
349+
@Flaky(suites = ["ApacheHttpAsyncClient5Test", "ApacheHttpAsyncClient5NamingV0Test"])
350350
def "client error request with parent"() {
351351
setup:
352352
def uri = server.address.resolve("/secured")

0 commit comments

Comments
 (0)