Skip to content

Commit a3fbeb5

Browse files
committed
add TODO to enable server-side SSL
1 parent 1619595 commit a3fbeb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jmx-scrapper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/JmxRemoteClientTest.java

+5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ void loginPwdAuth() {
7878

7979
}
8080

81+
@Test
82+
void serverSSL() {
83+
// TODO: test with SSL enabled
84+
}
85+
8186
private static void testConnector(ConnectorSupplier connectorSupplier) {
8287
try (JMXConnector connector = connectorSupplier.get()) {
8388
assertThat(connector.getMBeanServerConnection())

0 commit comments

Comments
 (0)