Disable gRPC tests temporarily
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user