From 237f2e09a77d844fd8987f8f0af33b83c5a2ce01 Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:30:27 -0500 Subject: [PATCH] Disable GRPC tests --- .../cloud/gateway/tests/grpc/GRPCApplicationTests.java | 1 + 1 file changed, 1 insertion(+) 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 d21bf3a3..8aa5e8be 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 @@ -75,6 +75,7 @@ public class GRPCApplicationTests { } @Test + @Disabled public void gRPCUnaryCallShouldHandleRuntimeException() throws SSLException { ManagedChannel channel = createSecuredChannel(gatewayPort);