Merge pull request #23229 from dreis2211

* gh-23229:
  Enable Spring Integration RSocket test again

Closes gh-23229
pull/23234/head
Andy Wilkinson 4 years ago
commit 85363f7d94

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

Loading…
Cancel
Save