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 b690a79 commit ca69374Copy full SHA for ca69374
dd-smoke-tests/field-injection/src/test/groovy/datadog/smoketest/FieldInjectionSmokeTest.groovy
@@ -61,7 +61,6 @@ class FieldInjectionSmokeTest extends Specification {
61
command.add("-XX:ErrorFile=/tmp/hs_err_pid%p.log")
62
// turn off these features as their debug output can break up our expected logging lines on IBM JVMs
63
// causing random test failures (we are not testing these features here so they don't need to be on)
64
- command.add("-Ddd.crashtracking.enabled=false")
65
command.add("-Ddd.instrumentation.telemetry.enabled=false")
66
command.add("-Ddd.remote_config.enabled=false")
67
command.add("-Ddd.writer.type=TraceStructureWriter")
0 commit comments