|
|
|
|
@ -20,7 +20,6 @@ import javax.management.MBeanServer;
@@ -20,7 +20,6 @@ import javax.management.MBeanServer;
|
|
|
|
|
|
|
|
|
|
import io.rsocket.transport.ClientTransport; |
|
|
|
|
import io.rsocket.transport.netty.client.TcpClientTransport; |
|
|
|
|
import org.junit.jupiter.api.Disabled; |
|
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
|
import reactor.core.publisher.Mono; |
|
|
|
|
|
|
|
|
|
@ -196,7 +195,6 @@ class IntegrationAutoConfigurationTests {
@@ -196,7 +195,6 @@ class IntegrationAutoConfigurationTests {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
@Disabled("SI is incompatible with the latest RSocket snapshots") |
|
|
|
|
void rsocketSupportEnabled() { |
|
|
|
|
this.contextRunner.withUserConfiguration(RSocketServerConfiguration.class) |
|
|
|
|
.withConfiguration(AutoConfigurations.of(RSocketServerAutoConfiguration.class, |
|
|
|
|
|