File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
modules/solace/src/test/java/org/testcontainers/solace Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1212import com .solacesystems .jcsmp .XMLMessageListener ;
1313import com .solacesystems .jcsmp .XMLMessageProducer ;
1414import org .junit .Assert ;
15+ import org .junit .Ignore ;
1516import org .junit .Test ;
1617import org .slf4j .Logger ;
1718import org .slf4j .LoggerFactory ;
@@ -49,10 +50,11 @@ public void testSolaceContainerWithSimpleAuthentication() {
4950 }
5051
5152 @ Test
53+ @ Ignore ("Generate new client certificates" )
5254 public void testSolaceContainerWithCertificates () {
5355 try (
5456 // solaceContainerUsageSSL {
55- SolaceContainer solaceContainer = new SolaceContainer ("solace/solace-pubsub-standard:10.2 " )
57+ SolaceContainer solaceContainer = new SolaceContainer ("solace/solace-pubsub-standard:10.6 " )
5658 .withClientCert (
5759 MountableFile .forClasspathResource ("solace.pem" ),
5860 MountableFile .forClasspathResource ("rootCA.crt" )
You can’t perform that action at this time.
0 commit comments