Disable test as it sometimes fails on the CI
Motivation:
Temporary disable test that wwas introduced as part of f60d08fd32
as it sometimes fail on the CI. We need to figure out why it fails there (can not reproduce so far even on the CI after ssh into it).
Modifications:
Ignore test.
Result:
More stable builds until we figure out the flackyness.
This commit is contained in:
parent
fe14bad69c
commit
3ab7cac620
@ -16,6 +16,7 @@
|
|||||||
package io.netty.testsuite.shading;
|
package io.netty.testsuite.shading;
|
||||||
|
|
||||||
import io.netty.util.internal.PlatformDependent;
|
import io.netty.util.internal.PlatformDependent;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.lang.reflect.Method;
|
import java.lang.reflect.Method;
|
||||||
@ -27,6 +28,7 @@ public class ShadingIT {
|
|||||||
testShading0(PlatformDependent.isOsx() ? "io.netty.channel.kqueue.KQueue" : "io.netty.channel.epoll.Epoll");
|
testShading0(PlatformDependent.isOsx() ? "io.netty.channel.kqueue.KQueue" : "io.netty.channel.epoll.Epoll");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("Figure out why this sometimes fail on the CI")
|
||||||
@Test
|
@Test
|
||||||
public void testShadingTcnative() throws Exception {
|
public void testShadingTcnative() throws Exception {
|
||||||
testShading0("io.netty.handler.ssl.OpenSsl");
|
testShading0("io.netty.handler.ssl.OpenSsl");
|
||||||
|
Loading…
Reference in New Issue
Block a user