Skip to content

Commit ca69374

Browse files
committed
Turning off crash-tracking was hiding a bug on Java 25
1 parent b690a79 commit ca69374

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dd-smoke-tests/field-injection/src/test/groovy/datadog/smoketest/FieldInjectionSmokeTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ class FieldInjectionSmokeTest extends Specification {
6161
command.add("-XX:ErrorFile=/tmp/hs_err_pid%p.log")
6262
// turn off these features as their debug output can break up our expected logging lines on IBM JVMs
6363
// 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")
6564
command.add("-Ddd.instrumentation.telemetry.enabled=false")
6665
command.add("-Ddd.remote_config.enabled=false")
6766
command.add("-Ddd.writer.type=TraceStructureWriter")

0 commit comments

Comments
 (0)