Skip to content

Commit fcaceea

Browse files
committed
Disables test for release
1 parent 2269b19 commit fcaceea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-cloud-gateway-integration-tests/grpc/src/test/java/org/springframework/cloud/gateway/tests/grpc/JsonToGrpcApplicationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
import org.apache.hc.core5.ssl.TrustStrategy;
3737
import org.assertj.core.api.Assertions;
3838
import org.junit.jupiter.api.BeforeEach;
39+
import org.junit.jupiter.api.Disabled;
3940
import org.junit.jupiter.api.Test;
4041

4142
import org.springframework.boot.test.context.SpringBootTest;
@@ -49,6 +50,7 @@
4950
* @author Alberto C. Ríos
5051
* @author Abel Salgado Romero
5152
*/
53+
@Disabled
5254
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
5355
public class JsonToGrpcApplicationTests {
5456

0 commit comments

Comments
 (0)