Skip to content

Commit 3aba726

Browse files
committed
remove useless env variable
1 parent bf569df commit 3aba726

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/target_systems/JettyIntegrationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ protected GenericContainer<?> createTargetContainer(int jmxPort) {
3838

3939
container
4040
.withEnv("JAVA_OPTIONS", genericJmxJvmArguments(jmxPort))
41-
.withEnv("LOCAL_JMX", "no")
4241
.withStartupTimeout(Duration.ofMinutes(2))
4342
.waitingFor(Wait.forLogMessage(".*Started Server.*", 1));
4443

0 commit comments

Comments
 (0)