Skip to content

Commit 65b2349

Browse files
Updated flaky tests. (#9366)
1 parent fa0bdff commit 65b2349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ abstract class HttpClientTest extends VersionedNamingTestBase {
275275
body = (1..10000).join(" ")
276276
}
277277

278+
@Flaky(suites = ["ApacheHttpAsyncClient5NamingV0Test"])
278279
def "basic #method request with parent"() {
279280
when:
280281
def status = runUnderTrace("parent") {
@@ -308,7 +309,7 @@ abstract class HttpClientTest extends VersionedNamingTestBase {
308309
body = (1..10000).join(" ")
309310
}
310311

311-
@Flaky(suites = ["ApacheHttpAsyncClient5Test"])
312+
@Flaky(suites = ["ApacheHttpAsyncClient5NamingV0Test"])
312313
def "server error request with parent"() {
313314
setup:
314315
def uri = server.address.resolve("/error")
@@ -346,7 +347,7 @@ abstract class HttpClientTest extends VersionedNamingTestBase {
346347
"POST" | _
347348
}
348349

349-
@Flaky(suites = ["ApacheHttpAsyncClient5Test", "ApacheHttpAsyncClient5NamingV0Test"])
350+
@Flaky(suites = ["ApacheHttpAsyncClient5NamingV0Test"])
350351
def "client error request with parent"() {
351352
setup:
352353
def uri = server.address.resolve("/secured")
@@ -415,7 +416,6 @@ abstract class HttpClientTest extends VersionedNamingTestBase {
415416
method = "HEAD"
416417
}
417418

418-
@Flaky(suites = ["ApacheHttpAsyncClient5Test"])
419419
def "trace request without propagation"() {
420420
when:
421421
injectSysConfig(HTTP_CLIENT_HOST_SPLIT_BY_DOMAIN, "$renameService")

0 commit comments

Comments
 (0)