Enable Spring Integration RSocket test again

See gh-23229
This commit is contained in:
dreis2211
2020-09-08 16:44:51 +02:00
committed by Andy Wilkinson
parent 9e0fd01aae
commit 79ec1401a5

View File

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