Upgrade to Dysprosium snapshots
See gh-24349
This commit is contained in:
@@ -18,6 +18,8 @@ package org.springframework.http.server.reactive;
|
||||
|
||||
import java.net.URI;
|
||||
|
||||
import org.junit.Assume;
|
||||
import org.junit.jupiter.api.Assumptions;
|
||||
import reactor.core.publisher.Mono;
|
||||
|
||||
import org.springframework.http.HttpStatus;
|
||||
@@ -27,6 +29,7 @@ import org.springframework.web.client.ResponseErrorHandler;
|
||||
import org.springframework.web.client.RestTemplate;
|
||||
import org.springframework.web.testfixture.http.server.reactive.bootstrap.AbstractHttpHandlerIntegrationTests;
|
||||
import org.springframework.web.testfixture.http.server.reactive.bootstrap.HttpServer;
|
||||
import org.springframework.web.testfixture.http.server.reactive.bootstrap.ReactorHttpServer;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
@@ -72,6 +75,10 @@ class ErrorHandlerIntegrationTests extends AbstractHttpHandlerIntegrationTests {
|
||||
|
||||
@ParameterizedHttpServerTest // SPR-15560
|
||||
void emptyPathSegments(HttpServer httpServer) throws Exception {
|
||||
|
||||
/* Temporarily necessary for https://github.com/reactor/reactor-netty/issues/948 */
|
||||
Assumptions.assumeFalse(httpServer instanceof ReactorHttpServer);
|
||||
|
||||
startServer(httpServer);
|
||||
|
||||
RestTemplate restTemplate = new RestTemplate();
|
||||
|
||||
Reference in New Issue
Block a user