Disables test for release

This commit is contained in:
spencergibb
2023-05-23 19:15:01 -04:00
parent 2269b1977f
commit fcaceea395

View File

@@ -36,6 +36,7 @@ import org.apache.hc.core5.ssl.SSLContexts;
import org.apache.hc.core5.ssl.TrustStrategy;
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;
@@ -49,6 +50,7 @@ import static org.springframework.boot.test.context.SpringBootTest.WebEnvironmen
* @author Alberto C. Ríos
* @author Abel Salgado Romero
*/
@Disabled
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
public class JsonToGrpcApplicationTests {