Re-enable ssl tests. See #240
This commit is contained in:
parent
dded63b22c
commit
77e1ef72cd
@ -24,12 +24,8 @@ import io.netty.testsuite.transport.socket.AbstractSocketSslEchoTest;
|
||||
|
||||
public class NioNioSocketSslEchoTest extends AbstractSocketSslEchoTest {
|
||||
|
||||
|
||||
@Override
|
||||
public void testSslEcho() throws Throwable {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
protected ChannelFactory newClientSocketChannelFactory(Executor executor) {
|
||||
return new NioClientSocketChannelFactory(executor);
|
||||
}
|
||||
|
@ -25,11 +25,6 @@ import io.netty.testsuite.transport.socket.AbstractSocketSslEchoTest;
|
||||
public class NioOioSocketSslEchoTest extends AbstractSocketSslEchoTest {
|
||||
|
||||
@Override
|
||||
public void testSslEcho() throws Throwable {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
protected ChannelFactory newClientSocketChannelFactory(Executor executor) {
|
||||
return new NioClientSocketChannelFactory(executor);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user