Skip to content

Commit 4262280

Browse files
committed
Disablle flaky test
1 parent 57b4a1c commit 4262280

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/ServerlessWebServerFactoryTests.java

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

1717
package org.springframework.cloud.function.serverless.web;
1818

19+
import org.junit.jupiter.api.Disabled;
1920
import org.junit.jupiter.api.Test;
2021

2122
import org.springframework.boot.autoconfigure.SpringBootApplication;
@@ -25,6 +26,7 @@
2526
/**
2627
* @author Oleg Zhurakousky
2728
*/
29+
@Disabled
2830
public class ServerlessWebServerFactoryTests {
2931

3032
@Test

0 commit comments

Comments
 (0)