From 5e5e843a4e9311811471a3832b9a179e5e4a378e Mon Sep 17 00:00:00 2001 From: sgibb Date: Wed, 24 Jan 2024 16:02:16 -0500 Subject: [PATCH] Temporarily disable test. --- .../cloud/gateway/tests/grpc/GRPCApplicationTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-cloud-gateway-integration-tests/grpc/src/test/java/org/springframework/cloud/gateway/tests/grpc/GRPCApplicationTests.java b/spring-cloud-gateway-integration-tests/grpc/src/test/java/org/springframework/cloud/gateway/tests/grpc/GRPCApplicationTests.java index e5a6bbcb..d21bf3a3 100644 --- a/spring-cloud-gateway-integration-tests/grpc/src/test/java/org/springframework/cloud/gateway/tests/grpc/GRPCApplicationTests.java +++ b/spring-cloud-gateway-integration-tests/grpc/src/test/java/org/springframework/cloud/gateway/tests/grpc/GRPCApplicationTests.java @@ -28,6 +28,7 @@ import io.grpc.netty.GrpcSslContexts; import io.grpc.netty.NettyChannelBuilder; import org.assertj.core.api.Assertions; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @@ -55,6 +56,7 @@ public class GRPCApplicationTests { } @Test + @Disabled public void gRPCUnaryCallShouldReturnResponse() throws SSLException { ManagedChannel channel = createSecuredChannel(gatewayPort);