File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
spring-messaging/src/test/java/org/springframework/messaging/rsocket Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 36
36
import org .junit .jupiter .api .AfterEach ;
37
37
import org .junit .jupiter .api .BeforeAll ;
38
38
import org .junit .jupiter .api .BeforeEach ;
39
+ import org .junit .jupiter .api .Disabled ;
39
40
import org .junit .jupiter .api .Test ;
40
41
import org .junit .jupiter .api .TestInstance ;
41
42
import org .junit .jupiter .api .TestInstance .Lifecycle ;
@@ -149,6 +150,7 @@ void ignoreInput() {
149
150
}
150
151
151
152
@ Test // gh-24741
153
+ @ Disabled // pending https://github.com/rsocket/rsocket-java/pull/777
152
154
void noSuchRouteOnChannelInteraction () {
153
155
Flux <String > input = Flux .just ("foo" , "bar" , "baz" );
154
156
Flux <String > result = requester .route ("no-such-route" ).data (input ).retrieveFlux (String .class );
You can’t perform that action at this time.
0 commit comments