We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1619595 commit a3fbeb5Copy full SHA for a3fbeb5
jmx-scrapper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxRemoteClientTest.java
@@ -78,6 +78,11 @@ void loginPwdAuth() {
78
79
}
80
81
+ @Test
82
+ void serverSSL() {
83
+ // TODO: test with SSL enabled
84
+ }
85
+
86
private static void testConnector(ConnectorSupplier connectorSupplier) {
87
try (JMXConnector connector = connectorSupplier.get()) {
88
assertThat(connector.getMBeanServerConnection())
0 commit comments