Skip to content

Commit 766e088

Browse files
committed
Fix test
1 parent 57093f2 commit 766e088

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dd-smoke-tests/appsec/springboot/src/test/groovy/datadog/smoketest/appsec/SpringBootSmokeTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ class SpringBootSmokeTest extends AbstractAppSecServerSmokeTest {
189189

190190
List<String> command = new ArrayList<>()
191191
command.add(javaPath())
192-
command.add("-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005")
193192
command.addAll(defaultJavaProperties)
194193
command.addAll(defaultAppSecProperties)
195194
command.addAll((String[]) ["-jar", springBootShadowJar, "--server.port=${httpPort}"])

0 commit comments

Comments
 (0)