Skip to content

Commit 22bf675

Browse files
committed
Remove TLS handshake looping test
This test was initially created to reproduce a transient error during the TLS handshake. It looks like this issue was related to Erlang, introduced in 19.x and fixed in 19.1.1 (http://erlang.org/download/OTP-19.1.1.README). Fixes #11
1 parent 2f19ad0 commit 22bf675

File tree

2 files changed

+1
-84
lines changed

2 files changed

+1
-84
lines changed

src/test/java/com/rabbitmq/client/test/ssl/HandshakeTest.java

-82
This file was deleted.

src/test/java/com/rabbitmq/client/test/ssl/SSLTests.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
ConnectionFactoryDefaultTlsVersion.class,
3535
NioTlsUnverifiedConnection.class,
3636
NioTlsVerifiedConnection.class,
37-
NioTlsBadVerifiedConnection.class,
38-
HandshakeTest.class
37+
NioTlsBadVerifiedConnection.class
3938
})
4039
public class SSLTests {
4140

0 commit comments

Comments
 (0)