Ignores test that uses wrong boot version on jenkins.

See gh-38
This commit is contained in:
spencergibb
2020-08-19 11:37:32 -04:00
parent befb2cfd33
commit e9de42e3d7

View File

@@ -11,6 +11,7 @@ import java.util.concurrent.Executors;
import org.aopalliance.intercept.MethodInterceptor;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.aop.framework.Advised;
@@ -67,6 +68,7 @@ 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));