Browse Source

Polish contribution

See gh-27908
pull/27941/head
Sam Brannen 3 years ago
parent
commit
316e84f04f
  1. 3
      spring-webflux/src/test/java/org/springframework/web/reactive/function/MultipartIntegrationTests.java

3
spring-webflux/src/test/java/org/springframework/web/reactive/function/MultipartIntegrationTests.java

@ -106,7 +106,8 @@ class MultipartIntegrationTests extends AbstractRouterFunctionIntegrationTests { @@ -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());

Loading…
Cancel
Save