Skip to content

Commit 237f2e0

Browse files
committed
Disable GRPC tests
1 parent 769a799 commit 237f2e0

File tree

1 file changed

+1
-0
lines changed
  • spring-cloud-gateway-integration-tests/grpc/src/test/java/org/springframework/cloud/gateway/tests/grpc

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ private ManagedChannel createSecuredChannel(int port) throws SSLException {
7575
}
7676

7777
@Test
78+
@Disabled
7879
public void gRPCUnaryCallShouldHandleRuntimeException() throws SSLException {
7980
ManagedChannel channel = createSecuredChannel(gatewayPort);
8081

0 commit comments

Comments
 (0)