Commit 11feffb1 by Ryan Baxter

Merge remote-tracking branch 'origin/master' into remove-feign

parents b199167e 87de937f
......@@ -21,6 +21,7 @@ import java.util.Map;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.SpringBootConfiguration;
......@@ -62,6 +63,7 @@ public class HystrixWebfluxEndpointTests {
private int port;
@Test
@Ignore
public void hystrixStreamWorks() {
String url = "http://localhost:" + port;
// you have to hit a Hystrix circuit breaker before the stream sends anything
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment