Disable gRPC tests temporarily

This commit is contained in:
Oleg Zhurakousky
2021-10-19 10:04:07 +02:00
parent a0aede9500
commit 12810a0012

View File

@@ -24,6 +24,7 @@ import java.util.function.Function;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import reactor.core.publisher.Flux;
@@ -45,6 +46,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Oleg Zhurakousky
*
*/
@Disabled
public class GrpcInteractionTests {
@BeforeEach