Uncomment test after Reactor Netty fix

Issue: SPR-16246
This commit is contained in:
Rossen Stoyanchev 2018-01-10 10:47:36 -05:00
parent 8a129ef3da
commit b36af8a11f
1 changed files with 0 additions and 2 deletions

View File

@ -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 -> {});