Update integration tests for reactor-netty
Now that reactor/reactor-netty#12 is fixed, we can restore the previously ignored integration tests. New tests are hanging, so this commit is converting the `StepVerifier` `verify()` calls to using actual timeouts. Issue: SPR-14975
This commit is contained in:
@@ -52,7 +52,6 @@ import org.springframework.http.MediaType;
|
||||
import org.springframework.http.ResponseEntity;
|
||||
import org.springframework.http.codec.json.Jackson2JsonEncoder;
|
||||
import org.springframework.http.server.reactive.ZeroCopyIntegrationTests;
|
||||
import org.springframework.http.server.reactive.bootstrap.ReactorHttpServer;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestBody;
|
||||
@@ -63,7 +62,6 @@ import org.springframework.web.reactive.config.EnableWebReactive;
|
||||
import static java.util.Arrays.asList;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assume.assumeFalse;
|
||||
import static org.springframework.http.MediaType.APPLICATION_XML;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user