Ignores test that uses wrong boot version on jenkins.
See gh-38
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user