Disable GRPC tests

This commit is contained in:
Ryan Baxter
2024-01-24 16:30:27 -05:00
parent 769a7993d2
commit 237f2e09a7

View File

@@ -75,6 +75,7 @@ public class GRPCApplicationTests {
}
@Test
@Disabled
public void gRPCUnaryCallShouldHandleRuntimeException() throws SSLException {
ManagedChannel channel = createSecuredChannel(gatewayPort);