From 316e84f04f3dbec3ea5ab8563cc920fb21f49749 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 14 Jan 2022 15:53:41 +0100 Subject: [PATCH] Polish contribution See gh-27908 --- .../web/reactive/function/MultipartIntegrationTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-webflux/src/test/java/org/springframework/web/reactive/function/MultipartIntegrationTests.java b/spring-webflux/src/test/java/org/springframework/web/reactive/function/MultipartIntegrationTests.java index 4a76b157d3..c73aa7dc3a 100644 --- a/spring-webflux/src/test/java/org/springframework/web/reactive/function/MultipartIntegrationTests.java +++ b/spring-webflux/src/test/java/org/springframework/web/reactive/function/MultipartIntegrationTests.java @@ -106,7 +106,8 @@ class MultipartIntegrationTests extends AbstractRouterFunctionIntegrationTests { verifyTransferTo(httpServer); } - @Disabled("Unstable on Undertow,Use @RepeatedTest(100) for verify") + @Disabled("Unstable on Undertow: https://github.com/spring-projects/spring-framework/issues/25310") + // Using @RepeatedTest(100), this test fails approximately 10% - 20% of the time. @Test void transferToWithUndertow() throws Exception { verifyTransferTo(new UndertowHttpServer());