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.
1 parent 512a3ae commit 4cd49f4Copy full SHA for 4cd49f4
dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/base/HttpServerTest.groovy
@@ -1041,8 +1041,8 @@ abstract class HttpServerTest<SERVER> extends WithHttpServer<SERVER> {
1041
if (isDataStreamsEnabled()) {
1042
TEST_DATA_STREAMS_WRITER.waitForGroups(1)
1043
}
1044
- println(request)
1045
- println(response)
+// println(request)
+// println(response)
1046
expect:
1047
if (bubblesResponse()) {
1048
assert response.code() == REDIRECT.status
0 commit comments