Temporarily ignore RSocket integration tests
Issue gh-8643
This commit is contained in:
@@ -22,6 +22,7 @@ import io.rsocket.transport.netty.server.CloseableChannel;
|
|||||||
import io.rsocket.transport.netty.server.TcpServerTransport;
|
import io.rsocket.transport.netty.server.TcpServerTransport;
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
@@ -52,6 +53,7 @@ import static org.assertj.core.api.Assertions.assertThatCode;
|
|||||||
*/
|
*/
|
||||||
@ContextConfiguration
|
@ContextConfiguration
|
||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
|
@Ignore
|
||||||
public class HelloRSocketITests {
|
public class HelloRSocketITests {
|
||||||
@Autowired
|
@Autowired
|
||||||
RSocketMessageHandler handler;
|
RSocketMessageHandler handler;
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ import io.rsocket.transport.netty.server.CloseableChannel;
|
|||||||
import io.rsocket.transport.netty.server.TcpServerTransport;
|
import io.rsocket.transport.netty.server.TcpServerTransport;
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
@@ -58,6 +59,7 @@ import static org.assertj.core.api.Assertions.assertThatCode;
|
|||||||
*/
|
*/
|
||||||
@ContextConfiguration
|
@ContextConfiguration
|
||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
|
@Ignore
|
||||||
public class RSocketMessageHandlerConnectionITests {
|
public class RSocketMessageHandlerConnectionITests {
|
||||||
@Autowired
|
@Autowired
|
||||||
RSocketMessageHandler handler;
|
RSocketMessageHandler handler;
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ import io.rsocket.transport.netty.server.CloseableChannel;
|
|||||||
import io.rsocket.transport.netty.server.TcpServerTransport;
|
import io.rsocket.transport.netty.server.TcpServerTransport;
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
@@ -58,6 +59,7 @@ import static org.assertj.core.api.Assertions.assertThatCode;
|
|||||||
*/
|
*/
|
||||||
@ContextConfiguration
|
@ContextConfiguration
|
||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
|
@Ignore
|
||||||
public class RSocketMessageHandlerITests {
|
public class RSocketMessageHandlerITests {
|
||||||
@Autowired
|
@Autowired
|
||||||
RSocketMessageHandler handler;
|
RSocketMessageHandler handler;
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
package sample;
|
package sample;
|
||||||
|
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.boot.rsocket.context.LocalRSocketServerPort;
|
import org.springframework.boot.rsocket.context.LocalRSocketServerPort;
|
||||||
import org.springframework.boot.test.context.SpringBootTest;
|
import org.springframework.boot.test.context.SpringBootTest;
|
||||||
@@ -40,6 +41,7 @@ import static org.springframework.security.rsocket.metadata.UsernamePasswordMeta
|
|||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
@TestPropertySource(properties = "spring.rsocket.server.port=0")
|
@TestPropertySource(properties = "spring.rsocket.server.port=0")
|
||||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||||
|
@Ignore
|
||||||
public class HelloRSocketApplicationITests {
|
public class HelloRSocketApplicationITests {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|||||||
Reference in New Issue
Block a user