diff --git a/config-retry/src/test/java/demo/ConfigClientRetryApplicationTests.java b/config-retry/src/test/java/demo/ConfigClientRetryApplicationTests.java index 7bf8de8..cdb9435 100644 --- a/config-retry/src/test/java/demo/ConfigClientRetryApplicationTests.java +++ b/config-retry/src/test/java/demo/ConfigClientRetryApplicationTests.java @@ -68,7 +68,6 @@ public class ConfigClientRetryApplicationTests { } @Test - @Ignore // see https://github.com/spring-cloud/spring-cloud-core-tests/issues/38 public void contextLoads() throws Exception { assertTrue("ConfigServicePropertySourceLocator is not a proxy (so no retry)", AopUtils.isAopProxy(locator));