@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user