We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c244435 commit 847d449Copy full SHA for 847d449
src/test/java/com/rabbitmq/client/test/ssl/SSLTests.java
@@ -17,7 +17,6 @@
17
package com.rabbitmq.client.test.ssl;
18
19
import com.rabbitmq.client.test.AbstractRMQTestSuite;
20
-import com.rabbitmq.client.test.SslContextFactoryTest;
21
import org.junit.runner.RunWith;
22
import org.junit.runner.Runner;
23
import org.junit.runners.Suite;
@@ -35,8 +34,7 @@
35
34
ConnectionFactoryDefaultTlsVersion.class,
36
NioTlsUnverifiedConnection.class,
37
HostnameVerification.class,
38
- TlsConnectionLogging.class,
39
- SslContextFactoryTest.class
+ TlsConnectionLogging.class
40
})
41
public class SSLTests {
42
0 commit comments