Skip to content

Commit

Permalink
Re-enable profiler for Java9ModulesSmokeTest (#8257)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik authored Jan 21, 2025
1 parent 1999e2b commit 01c83aa
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ class Java9ModulesSmokeTest extends AbstractSmokeTest {
List<String> command = new ArrayList<>()
command.add(imageDir + "/bin/java")
command.addAll(defaultJavaProperties)
// temporarily turn off DDProf due to PROF-11066
command.removeAll { it.startsWith("-Ddd.profiling.ddprof.enabled") }
command.add("-Ddd.profiling.ddprof.enabled=false")
command.addAll((String[]) ["-m", "datadog.smoketest.moduleapp/datadog.smoketest.moduleapp.ModuleApplication"])
ProcessBuilder processBuilder = new ProcessBuilder(command)
processBuilder.directory(new File(buildDirectory))
Expand Down

0 comments on commit 01c83aa

Please sign in to comment.