File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
config/src/test/java/org/springframework/security/config/annotation/rsocket
samples/boot/hellorsocket/src/integration-test/java/sample Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2222import io .rsocket .transport .netty .server .TcpServerTransport ;
2323import org .junit .After ;
2424import org .junit .Before ;
25+ import org .junit .Ignore ;
2526import org .junit .Test ;
2627import org .junit .runner .RunWith ;
2728import org .springframework .beans .factory .annotation .Autowired ;
5253 */
5354@ ContextConfiguration
5455@ RunWith (SpringRunner .class )
56+ @ Ignore
5557public class HelloRSocketITests {
5658 @ Autowired
5759 RSocketMessageHandler handler ;
Original file line number Diff line number Diff line change 2222import io .rsocket .transport .netty .server .TcpServerTransport ;
2323import org .junit .After ;
2424import org .junit .Before ;
25+ import org .junit .Ignore ;
2526import org .junit .Test ;
2627import org .junit .runner .RunWith ;
2728import org .springframework .beans .factory .annotation .Autowired ;
5859 */
5960@ ContextConfiguration
6061@ RunWith (SpringRunner .class )
62+ @ Ignore
6163public class RSocketMessageHandlerConnectionITests {
6264 @ Autowired
6365 RSocketMessageHandler handler ;
Original file line number Diff line number Diff line change 2323import io .rsocket .transport .netty .server .TcpServerTransport ;
2424import org .junit .After ;
2525import org .junit .Before ;
26+ import org .junit .Ignore ;
2627import org .junit .Test ;
2728import org .junit .runner .RunWith ;
2829import org .springframework .beans .factory .annotation .Autowired ;
5859 */
5960@ ContextConfiguration
6061@ RunWith (SpringRunner .class )
62+ @ Ignore
6163public class RSocketMessageHandlerITests {
6264 @ Autowired
6365 RSocketMessageHandler handler ;
Original file line number Diff line number Diff line change 1515 */
1616package sample ;
1717
18+ import org .junit .Ignore ;
1819import org .springframework .beans .factory .annotation .Autowired ;
1920import org .springframework .boot .rsocket .context .LocalRSocketServerPort ;
2021import org .springframework .boot .test .context .SpringBootTest ;
4041@ RunWith (SpringRunner .class )
4142@ TestPropertySource (properties = "spring.rsocket.server.port=0" )
4243@ SpringBootTest (webEnvironment = SpringBootTest .WebEnvironment .RANDOM_PORT )
44+ @ Ignore
4345public class HelloRSocketApplicationITests {
4446
4547 @ Autowired
You can’t perform that action at this time.
0 commit comments