Ignores NettyRoutingFilterTests

Test is flakey on Jenkins, fails with connection reset by peer.
This commit is contained in:
Spencer Gibb
2020-01-16 09:59:25 -05:00
parent 124603254d
commit ce7e5316fd

View File

@@ -17,6 +17,7 @@
package org.springframework.cloud.gateway.filter;
import org.hamcrest.Matchers;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -41,6 +42,7 @@ public class NettyRoutingFilterTests {
private ApplicationContext context;
@Test
@Ignore
public void mockServerWorks() {
WebTestClient client = WebTestClient.bindToApplicationContext(this.context)
.build();