Skip to content

Commit 016c46c

Browse files
committed
Temporarily disable Spring Integration RSocket test
See gh-23214 See gh-23010
1 parent 7bf6edf commit 016c46c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/integration/IntegrationAutoConfigurationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
import io.rsocket.transport.ClientTransport;
2222
import io.rsocket.transport.netty.client.TcpClientTransport;
23+
import org.junit.jupiter.api.Disabled;
2324
import org.junit.jupiter.api.Test;
2425
import reactor.core.publisher.Mono;
2526

@@ -195,6 +196,7 @@ void integrationJdbcDataSourceInitializerEnabledByDefaultWithEmbeddedDb() {
195196
}
196197

197198
@Test
199+
@Disabled("SI is incompatible with the latest RSocket snapshots")
198200
void rsocketSupportEnabled() {
199201
this.contextRunner.withUserConfiguration(RSocketServerConfiguration.class)
200202
.withConfiguration(AutoConfigurations.of(RSocketServerAutoConfiguration.class,

0 commit comments

Comments
 (0)