Temporary disabling of RoutingBrokerTests
This commit is contained in:
@@ -20,6 +20,7 @@ import java.util.function.Function;
|
|||||||
|
|
||||||
import io.rsocket.routing.client.spring.RoutingMetadata;
|
import io.rsocket.routing.client.spring.RoutingMetadata;
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import reactor.core.publisher.Mono;
|
import reactor.core.publisher.Mono;
|
||||||
import reactor.test.StepVerifier;
|
import reactor.test.StepVerifier;
|
||||||
@@ -39,6 +40,7 @@ import org.springframework.util.SocketUtils;
|
|||||||
* @author Oleg Zhurakousky
|
* @author Oleg Zhurakousky
|
||||||
* @since 3.1
|
* @since 3.1
|
||||||
*/
|
*/
|
||||||
|
@Disabled
|
||||||
public class RoutingBrokerTests {
|
public class RoutingBrokerTests {
|
||||||
|
|
||||||
ConfigurableApplicationContext functionContext;
|
ConfigurableApplicationContext functionContext;
|
||||||
|
|||||||
Reference in New Issue
Block a user