Revert "Disable gRPC tests temporarily"

This reverts commit 12810a0012.
This commit is contained in:
Oleg Zhurakousky
2021-10-19 10:19:35 +02:00
parent d472eacdbd
commit b4259b3c3b

View File

@@ -24,7 +24,6 @@ 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;
@@ -46,7 +45,6 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Oleg Zhurakousky
*
*/
@Disabled
public class GrpcInteractionTests {
@BeforeEach