Skip to content

Commit 0b86e41

Browse files
committed
Disable JmxConnectionTest for now
1 parent e08788a commit 0b86e41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import java.util.function.Function;
1111
import org.junit.jupiter.api.AfterAll;
1212
import org.junit.jupiter.api.BeforeAll;
13+
import org.junit.jupiter.api.Disabled;
1314
import org.junit.jupiter.api.Test;
1415
import org.slf4j.Logger;
1516
import org.slf4j.LoggerFactory;
@@ -22,6 +23,7 @@
2223
* JmxConnectionBuilder and relies on containers to minimize the JMX/RMI network complications which
2324
* are not NAT-friendly.
2425
*/
26+
@Disabled // failing with "container should stop when testing connection"
2527
public class JmxConnectionTest {
2628

2729
// OTLP endpoint is not used in test mode, but still has to be provided

0 commit comments

Comments
 (0)