Revert "Disable gRPC tests temporarily"

This reverts commit e166219434.
This commit is contained in:
Oleg Zhurakousky
2021-10-19 10:19:35 +02:00
parent 598ca3e27c
commit 26147a7ec8

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