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