mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Disable flaky failWhileSendingMultipartRequest() test
See gh-35678
This commit is contained in:
+3
-1
@@ -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 {
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user