From b36af8a11fba610d39cc0464565d1413b5a5b293 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 10 Jan 2018 10:47:36 -0500 Subject: [PATCH] Uncomment test after Reactor Netty fix Issue: SPR-16246 --- .../web/reactive/function/client/WebClientIntegrationTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java b/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java index dbdbf9471e..e575d87173 100644 --- a/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java +++ b/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java @@ -31,7 +31,6 @@ import okhttp3.mockwebserver.RecordedRequest; import org.hamcrest.Matchers; import org.junit.After; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import reactor.core.publisher.Flux; import reactor.core.publisher.Mono; @@ -348,7 +347,6 @@ public class WebClientIntegrationTests { } @Test // SPR-16246 - @Ignore public void shouldSendLargeTextFile() throws Exception { prepareResponse(response -> {});