Skip to content

Commit 3a6c3c0

Browse files
committed
Re-enable profiler for Java9ModulesSmokeTest
1 parent 441582a commit 3a6c3c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dd-smoke-tests/java9-modules/src/test/groovy/datadog/smoketest/Java9ModulesSmokeTest.groovy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ class Java9ModulesSmokeTest extends AbstractSmokeTest {
1515
List<String> command = new ArrayList<>()
1616
command.add(imageDir + "/bin/java")
1717
command.addAll(defaultJavaProperties)
18-
// temporarily turn off DDProf due to PROF-11066
19-
command.removeAll { it.startsWith("-Ddd.profiling.ddprof.enabled") }
20-
command.add("-Ddd.profiling.ddprof.enabled=false")
2118
command.addAll((String[]) ["-m", "datadog.smoketest.moduleapp/datadog.smoketest.moduleapp.ModuleApplication"])
2219
ProcessBuilder processBuilder = new ProcessBuilder(command)
2320
processBuilder.directory(new File(buildDirectory))

0 commit comments

Comments
 (0)