Skip to content

Commit 6f3c3ba

Browse files
committed
temporarily turn off DDProf due to PROF-11066
1 parent 2573f44 commit 6f3c3ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ 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")
1821
command.addAll((String[]) ["-m", "datadog.smoketest.moduleapp/datadog.smoketest.moduleapp.ModuleApplication"])
1922
ProcessBuilder processBuilder = new ProcessBuilder(command)
2023
processBuilder.directory(new File(buildDirectory))

0 commit comments

Comments
 (0)