From ebcfe113d1ff56c729791cc5c18d88827f94be5b Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Sat, 15 Nov 2025 15:55:10 +0100 Subject: [PATCH] Disable flaky failWhileSendingMultipartRequest() test See gh-35678 --- .../reactive/function/client/WebClientIntegrationTests.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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