Browse Source

Revert "temporarily ignore test"

This reverts commit 63e92641
pull/1334/head
Spencer Gibb 5 years ago
parent
commit
f18d1a7595
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 2
      spring-cloud-gateway-rsocket/spring-cloud-gateway-rsocket-broker/src/test/java/org/springframework/cloud/gateway/rsocket/core/GatewayRSocketIntegrationTests.java

2
spring-cloud-gateway-rsocket/spring-cloud-gateway-rsocket-broker/src/test/java/org/springframework/cloud/gateway/rsocket/core/GatewayRSocketIntegrationTests.java

@ -20,7 +20,6 @@ import java.time.Duration; @@ -20,7 +20,6 @@ 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;
@ -74,7 +73,6 @@ public class GatewayRSocketIntegrationTests { @@ -74,7 +73,6 @@ public class GatewayRSocketIntegrationTests {
}
@Test
@Ignore
public void contextLoads() {
// @formatter:off
StepVerifier.create(ping.getPongFlux())

Loading…
Cancel
Save