|
|
|
|
@ -45,6 +45,7 @@ import mockwebserver3.MockWebServer;
@@ -45,6 +45,7 @@ import mockwebserver3.MockWebServer;
|
|
|
|
|
import mockwebserver3.RecordedRequest; |
|
|
|
|
import org.eclipse.jetty.client.Request; |
|
|
|
|
import org.junit.jupiter.api.AfterEach; |
|
|
|
|
import org.junit.jupiter.api.Disabled; |
|
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
|
import org.junit.jupiter.params.ParameterizedTest; |
|
|
|
|
import org.junit.jupiter.params.provider.Arguments; |
|
|
|
|
@ -1322,7 +1323,8 @@ class WebClientIntegrationTests {
@@ -1322,7 +1323,8 @@ class WebClientIntegrationTests {
|
|
|
|
|
.verify(Duration.ofSeconds(3)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ParameterizedWebClientTest |
|
|
|
|
@Disabled("Disabled until the test is no longer flaky") |
|
|
|
|
@ParameterizedWebClientTest // gh-35678
|
|
|
|
|
void failWhileSendingMultipartRequest(ClientHttpConnector connector) throws IOException { |
|
|
|
|
startServer(connector); |
|
|
|
|
prepareResponse(response -> response |
|
|
|
|
|