Temporarily disable Spring Integration RSocket test

See gh-23214
See gh-23010
pull/23219/head
Andy Wilkinson 4 years ago
parent 7bf6edf661
commit 016c46c6b3

@ -20,6 +20,7 @@ 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;
@ -195,6 +196,7 @@ class IntegrationAutoConfigurationTests {
}
@Test
@Disabled("SI is incompatible with the latest RSocket snapshots")
void rsocketSupportEnabled() {
this.contextRunner.withUserConfiguration(RSocketServerConfiguration.class)
.withConfiguration(AutoConfigurations.of(RSocketServerAutoConfiguration.class,

Loading…
Cancel
Save