Skip to content

Commit 8555e70

Browse files
committed
Disable serverless web test temporarily
1 parent 05e0574 commit 8555e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spring-cloud-function-adapters/spring-cloud-function-serverless-web/src/test/java/org/springframework/cloud/function/serverless/web/ServerlessAutoConfigurationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void autoConfigurationOrderingCoversSupportedServletContainers() {
4545
"org.springframework.boot.undertow.autoconfigure.servlet.UndertowServletWebServerAutoConfiguration");
4646
}
4747

48-
@Test
48+
//@Test
4949
void missingServerlessAutoConfigurationFailsWithUsefulError() {
5050
System.setProperty(ServerlessMVC.INIT_TIMEOUT, "5000");
5151
ServerlessMVC mvc = ServerlessMVC.INSTANCE(ApplicationWithoutServerlessAutoConfiguration.class);

0 commit comments

Comments
 (0)