Polish contribution

See gh-27908
This commit is contained in:
Sam Brannen 2022-01-14 15:53:41 +01:00
parent f43fb41bce
commit 316e84f04f
1 changed files with 2 additions and 1 deletions

View File

@ -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());