File tree Expand file tree Collapse file tree 4 files changed +0
-8
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 +0
-8
lines changed Original file line number Diff line number Diff line change 22
22
import io .rsocket .transport .netty .server .TcpServerTransport ;
23
23
import org .junit .After ;
24
24
import org .junit .Before ;
25
- import org .junit .Ignore ;
26
25
import org .junit .Test ;
27
26
import org .junit .runner .RunWith ;
28
27
import org .springframework .beans .factory .annotation .Autowired ;
53
52
*/
54
53
@ ContextConfiguration
55
54
@ RunWith (SpringRunner .class )
56
- @ Ignore
57
55
public class HelloRSocketITests {
58
56
@ Autowired
59
57
RSocketMessageHandler handler ;
Original file line number Diff line number Diff line change 22
22
import io .rsocket .transport .netty .server .TcpServerTransport ;
23
23
import org .junit .After ;
24
24
import org .junit .Before ;
25
- import org .junit .Ignore ;
26
25
import org .junit .Test ;
27
26
import org .junit .runner .RunWith ;
28
27
import org .springframework .beans .factory .annotation .Autowired ;
59
58
*/
60
59
@ ContextConfiguration
61
60
@ RunWith (SpringRunner .class )
62
- @ Ignore
63
61
public class RSocketMessageHandlerConnectionITests {
64
62
@ Autowired
65
63
RSocketMessageHandler handler ;
Original file line number Diff line number Diff line change 23
23
import io .rsocket .transport .netty .server .TcpServerTransport ;
24
24
import org .junit .After ;
25
25
import org .junit .Before ;
26
- import org .junit .Ignore ;
27
26
import org .junit .Test ;
28
27
import org .junit .runner .RunWith ;
29
28
import org .springframework .beans .factory .annotation .Autowired ;
59
58
*/
60
59
@ ContextConfiguration
61
60
@ RunWith (SpringRunner .class )
62
- @ Ignore
63
61
public class RSocketMessageHandlerITests {
64
62
@ Autowired
65
63
RSocketMessageHandler handler ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
package sample ;
17
17
18
- import org .junit .Ignore ;
19
18
import org .springframework .beans .factory .annotation .Autowired ;
20
19
import org .springframework .boot .rsocket .context .LocalRSocketServerPort ;
21
20
import org .springframework .boot .test .context .SpringBootTest ;
41
40
@ RunWith (SpringRunner .class )
42
41
@ TestPropertySource (properties = "spring.rsocket.server.port=0" )
43
42
@ SpringBootTest (webEnvironment = SpringBootTest .WebEnvironment .RANDOM_PORT )
44
- @ Ignore
45
43
public class HelloRSocketApplicationITests {
46
44
47
45
@ Autowired
You can’t perform that action at this time.
0 commit comments