Temporarily disable test.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user