Enable netty-tcnative shading test again (#8492)

Motivation:

We disabled the test at some point but it should work now without any problems.

Modifications:

Remove @Ignore from test.

Result:

Verify shading of netty-tcnative on CI.
This commit is contained in:
Norman Maurer 2018-11-11 07:18:21 +01:00 committed by GitHub
parent 0f8ce1b284
commit 35471a1a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@
package io.netty.testsuite.shading;
import io.netty.util.internal.PlatformDependent;
import org.junit.Ignore;
import org.junit.Test;
import java.lang.reflect.Method;
@ -34,7 +33,6 @@ public class ShadingIT {
testShading0(SHADING_PREFIX2, className);
}
@Ignore("Figure out why this sometimes fail on the CI")
@Test
public void testShadingTcnative() throws Exception {
String className = "io.netty.handler.ssl.OpenSsl";