Re-enable routing broker tests after fixes in routing broker

This commit is contained in:
Oleg Zhurakousky
2020-09-17 11:43:54 +02:00
parent d3afd1fea4
commit 6c6f98fa1d

View File

@@ -20,7 +20,6 @@ import java.util.function.Function;
import io.rsocket.routing.client.spring.RoutingMetadata;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import reactor.core.publisher.Mono;
import reactor.test.StepVerifier;
@@ -40,7 +39,6 @@ import org.springframework.util.SocketUtils;
* @author Oleg Zhurakousky
* @since 3.1
*/
@Disabled
public class RoutingBrokerTests {
ConfigurableApplicationContext functionContext;