netty5/handler/src
Norman Maurer 260a8a0e9e Add missing assume checks to skip tests if KeyManagerFactory can not be used (#9148)
Motivation:

Depending on what OpenSSL library version we use / system property that is set we need to skip tests that use KeyManagerFactory.

Modifications:

Add missing assume checks for tests that use KeyManagerFactory.

Result:

All tests pass even if KeyManagerFactory is not supported
2019-05-15 07:25:03 +02:00
..
main/java/io/netty/handler Remove the Handler only after it has initialized the channel (#9132) 2019-05-13 13:55:17 +02:00
test Add missing assume checks to skip tests if KeyManagerFactory can not be used (#9148) 2019-05-15 07:25:03 +02:00