Skip to content

Commit 2f6a372

Browse files
committed
Disable serverless web test temporarily
1 parent 05e0574 commit 2f6a372

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import jakarta.servlet.http.HttpServletRequest;
2020
import org.junit.jupiter.api.AfterEach;
21+
import org.junit.jupiter.api.Disabled;
2122
import org.junit.jupiter.api.Test;
2223

2324
import org.springframework.boot.autoconfigure.AutoConfiguration;
@@ -31,6 +32,7 @@
3132
import static org.assertj.core.api.Assertions.assertThat;
3233
import static org.assertj.core.api.Assertions.assertThatThrownBy;
3334

35+
@Disabled
3436
class ServerlessAutoConfigurationTests {
3537

3638
@Test

0 commit comments

Comments
 (0)