From 9f81fa60f08c56d7fe4ab3f50396f95b9172d84c Mon Sep 17 00:00:00 2001 From: spencergibb Date: Mon, 11 Jan 2021 12:10:01 -0500 Subject: [PATCH] Unignores test Fixes gh-38 --- .../src/test/java/demo/ConfigClientRetryApplicationTests.java | 1 - 1 file changed, 1 deletion(-) 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));