Commit 021dc558 by Ryan Baxter

making sure ssl is disabled

parent c35796af
......@@ -54,7 +54,7 @@ import static org.junit.Assert.assertTrue;
@SpringBootTest(classes = FeignRibbonClientRetryTests.Application.class, webEnvironment = WebEnvironment.RANDOM_PORT, value = {
"spring.application.name=feignclientretrytest", "feign.okhttp.enabled=false",
"feign.httpclient.enabled=false", "feign.hystrix.enabled=false", "localapp.ribbon.MaxAutoRetries=2",
"localapp.ribbon.MaxAutoRetriesNextServer=3"})
"localapp.ribbon.MaxAutoRetriesNextServer=3", "feign.httpclient.disableSslValidation=false"})
@DirtiesContext
public class FeignRibbonClientRetryTests {
......
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