Skip to content

Commit 0e37c72

Browse files
committed
Revert "Temporarily ignore RSocket integration tests"
This reverts commit d5eeec0. Fixes gh-8643
1 parent c71a893 commit 0e37c72

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

config/src/test/java/org/springframework/security/config/annotation/rsocket/HelloRSocketITests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import io.rsocket.transport.netty.server.TcpServerTransport;
2323
import org.junit.After;
2424
import org.junit.Before;
25-
import org.junit.Ignore;
2625
import org.junit.Test;
2726
import org.junit.runner.RunWith;
2827
import org.springframework.beans.factory.annotation.Autowired;
@@ -53,7 +52,6 @@
5352
*/
5453
@ContextConfiguration
5554
@RunWith(SpringRunner.class)
56-
@Ignore
5755
public class HelloRSocketITests {
5856
@Autowired
5957
RSocketMessageHandler handler;

config/src/test/java/org/springframework/security/config/annotation/rsocket/RSocketMessageHandlerConnectionITests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import io.rsocket.transport.netty.server.TcpServerTransport;
2323
import org.junit.After;
2424
import org.junit.Before;
25-
import org.junit.Ignore;
2625
import org.junit.Test;
2726
import org.junit.runner.RunWith;
2827
import org.springframework.beans.factory.annotation.Autowired;
@@ -59,7 +58,6 @@
5958
*/
6059
@ContextConfiguration
6160
@RunWith(SpringRunner.class)
62-
@Ignore
6361
public class RSocketMessageHandlerConnectionITests {
6462
@Autowired
6563
RSocketMessageHandler handler;

config/src/test/java/org/springframework/security/config/annotation/rsocket/RSocketMessageHandlerITests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import io.rsocket.transport.netty.server.TcpServerTransport;
2424
import org.junit.After;
2525
import org.junit.Before;
26-
import org.junit.Ignore;
2726
import org.junit.Test;
2827
import org.junit.runner.RunWith;
2928
import org.springframework.beans.factory.annotation.Autowired;
@@ -59,7 +58,6 @@
5958
*/
6059
@ContextConfiguration
6160
@RunWith(SpringRunner.class)
62-
@Ignore
6361
public class RSocketMessageHandlerITests {
6462
@Autowired
6563
RSocketMessageHandler handler;

samples/boot/hellorsocket/src/integration-test/java/sample/HelloRSocketApplicationITests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
package sample;
1717

18-
import org.junit.Ignore;
1918
import org.springframework.beans.factory.annotation.Autowired;
2019
import org.springframework.boot.rsocket.context.LocalRSocketServerPort;
2120
import org.springframework.boot.test.context.SpringBootTest;
@@ -41,7 +40,6 @@
4140
@RunWith(SpringRunner.class)
4241
@TestPropertySource(properties = "spring.rsocket.server.port=0")
4342
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
44-
@Ignore
4543
public class HelloRSocketApplicationITests {
4644

4745
@Autowired

0 commit comments

Comments
 (0)