From 38148eaf03fc39f1fe497684e44e2ad84066f45b Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:20:41 -0500 Subject: [PATCH] Revert "Temporarily disable test." This reverts commit 5e5e843a4e9311811471a3832b9a179e5e4a378e. --- .../cloud/gateway/tests/grpc/GRPCApplicationTests.java | 2 -- 1 file changed, 2 deletions(-) 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..e5a6bbcb 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,7 +28,6 @@ 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; @@ -56,7 +55,6 @@ public class GRPCApplicationTests { } @Test - @Disabled public void gRPCUnaryCallShouldReturnResponse() throws SSLException { ManagedChannel channel = createSecuredChannel(gatewayPort);