1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Revert "Temporarily ignore RSocket integration tests"

This reverts commit 8dd9cb2b33.

Fixes gh-8643
This commit is contained in:
Eleftheria Stein
2020-06-08 16:43:12 -04:00
parent 5a5bed49f6
commit 7a7707b899
4 changed files with 0 additions and 8 deletions
@@ -22,7 +22,6 @@ import io.rsocket.transport.netty.server.CloseableChannel;
import io.rsocket.transport.netty.server.TcpServerTransport;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
@@ -53,7 +52,6 @@ import static org.assertj.core.api.Assertions.assertThatCode;
*/
@ContextConfiguration
@RunWith(SpringRunner.class)
@Ignore
public class HelloRSocketITests {
@Autowired
RSocketMessageHandler handler;
@@ -22,7 +22,6 @@ import io.rsocket.transport.netty.server.CloseableChannel;
import io.rsocket.transport.netty.server.TcpServerTransport;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
@@ -59,7 +58,6 @@ import static org.assertj.core.api.Assertions.assertThatCode;
*/
@ContextConfiguration
@RunWith(SpringRunner.class)
@Ignore
public class RSocketMessageHandlerConnectionITests {
@Autowired
RSocketMessageHandler handler;
@@ -23,7 +23,6 @@ import io.rsocket.transport.netty.server.CloseableChannel;
import io.rsocket.transport.netty.server.TcpServerTransport;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
@@ -59,7 +58,6 @@ import static org.assertj.core.api.Assertions.assertThatCode;
*/
@ContextConfiguration
@RunWith(SpringRunner.class)
@Ignore
public class RSocketMessageHandlerITests {
@Autowired
RSocketMessageHandler handler;