From 63e9264167f6e0cdb29f2189f28deae718ff3d68 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Thu, 3 Oct 2019 15:49:26 -0400 Subject: [PATCH] temporarily ignore test --- .../gateway/rsocket/core/GatewayRSocketIntegrationTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-cloud-gateway-rsocket/spring-cloud-gateway-rsocket-broker/src/test/java/org/springframework/cloud/gateway/rsocket/core/GatewayRSocketIntegrationTests.java b/spring-cloud-gateway-rsocket/spring-cloud-gateway-rsocket-broker/src/test/java/org/springframework/cloud/gateway/rsocket/core/GatewayRSocketIntegrationTests.java index 454230bf..06612666 100644 --- a/spring-cloud-gateway-rsocket/spring-cloud-gateway-rsocket-broker/src/test/java/org/springframework/cloud/gateway/rsocket/core/GatewayRSocketIntegrationTests.java +++ b/spring-cloud-gateway-rsocket/spring-cloud-gateway-rsocket-broker/src/test/java/org/springframework/cloud/gateway/rsocket/core/GatewayRSocketIntegrationTests.java @@ -20,6 +20,7 @@ import java.time.Duration; import org.junit.AfterClass; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import reactor.core.publisher.Hooks; @@ -73,6 +74,7 @@ public class GatewayRSocketIntegrationTests { } @Test + @Ignore public void contextLoads() { // @formatter:off StepVerifier.create(ping.getPongFlux())