Skip to content

Commit 1904e9b

Browse files
committed
Disable failing test temporarily
1 parent 6d50808 commit 1904e9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-messaging/src/test/java/org/springframework/messaging/rsocket/RSocketBufferLeakTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
import org.junit.jupiter.api.AfterEach;
3737
import org.junit.jupiter.api.BeforeAll;
3838
import org.junit.jupiter.api.BeforeEach;
39+
import org.junit.jupiter.api.Disabled;
3940
import org.junit.jupiter.api.Test;
4041
import org.junit.jupiter.api.TestInstance;
4142
import org.junit.jupiter.api.TestInstance.Lifecycle;
@@ -149,6 +150,7 @@ void ignoreInput() {
149150
}
150151

151152
@Test // gh-24741
153+
@Disabled // pending https://github.com/rsocket/rsocket-java/pull/777
152154
void noSuchRouteOnChannelInteraction() {
153155
Flux<String> input = Flux.just("foo", "bar", "baz");
154156
Flux<String> result = requester.route("no-such-route").data(input).retrieveFlux(String.class);

0 commit comments

Comments
 (0)