diff --git a/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java b/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java index a9636790a71..b76e0309964 100644 --- a/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java +++ b/spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java @@ -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