Skip to content

Commit c31e152

Browse files
committed
remove a config option no longer needed
1 parent 6f7b8bb commit c31e152

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ abstract class AgentTestRunner extends DDSpecification implements AgentBuilder.L
309309

310310
def codeOriginSetup() {
311311
injectSysConfig(CODE_ORIGIN_FOR_SPANS_ENABLED, "true", true)
312-
injectSysConfig(DYNAMIC_INSTRUMENTATION_ENABLED, "true", true)
313312
injectSysConfig(DYNAMIC_INSTRUMENTATION_VERIFY_BYTECODE, "false", true)
314313

315314
def configuration = Configuration.builder()

0 commit comments

Comments
 (0)