File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/base Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ abstract class HttpClientTest extends VersionedNamingTestBase {
275
275
body = (1 .. 10000 ). join(" " )
276
276
}
277
277
278
+ @Flaky (suites = [" ApacheHttpAsyncClient5NamingV0Test" ])
278
279
def " basic #method request with parent" () {
279
280
when :
280
281
def status = runUnderTrace(" parent" ) {
@@ -308,7 +309,7 @@ abstract class HttpClientTest extends VersionedNamingTestBase {
308
309
body = (1 .. 10000 ). join(" " )
309
310
}
310
311
311
- @Flaky (suites = [" ApacheHttpAsyncClient5Test " ])
312
+ @Flaky (suites = [" ApacheHttpAsyncClient5NamingV0Test " ])
312
313
def " server error request with parent" () {
313
314
setup :
314
315
def uri = server. address. resolve(" /error" )
@@ -346,7 +347,7 @@ abstract class HttpClientTest extends VersionedNamingTestBase {
346
347
" POST" | _
347
348
}
348
349
349
- @Flaky (suites = [" ApacheHttpAsyncClient5Test " , " ApacheHttpAsyncClient5NamingV0Test" ])
350
+ @Flaky (suites = [" ApacheHttpAsyncClient5NamingV0Test" ])
350
351
def " client error request with parent" () {
351
352
setup :
352
353
def uri = server. address. resolve(" /secured" )
@@ -415,7 +416,6 @@ abstract class HttpClientTest extends VersionedNamingTestBase {
415
416
method = " HEAD"
416
417
}
417
418
418
- @Flaky (suites = [" ApacheHttpAsyncClient5Test" ])
419
419
def " trace request without propagation" () {
420
420
when :
421
421
injectSysConfig(HTTP_CLIENT_HOST_SPLIT_BY_DOMAIN , " $renameService " )
You can’t perform that action at this time.
0 commit comments