Enable Spring Integration RSocket test again
See gh-23229
This commit is contained in:
committed by
Andy Wilkinson
parent
9e0fd01aae
commit
79ec1401a5
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user