Unignores test

Fixes gh-38
This commit is contained in:
spencergibb
2021-01-11 12:10:01 -05:00
parent b962e8b5f0
commit 9f81fa60f0

View File

@@ -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));