Unignores test

Fixes gh-39
This commit is contained in:
spencergibb
2021-01-11 12:09:42 -05:00
parent 67aeab7b6e
commit b962e8b5f0

View File

@@ -1,8 +1,8 @@
package demo;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.junit4.SpringRunner;
@@ -13,7 +13,6 @@ import org.springframework.test.context.junit4.SpringRunner;
public class ConfigServerBootstrapApplicationTests {
@Test
@Ignore // see https://github.com/spring-cloud/spring-cloud-core-tests/issues/39
public void contextLoads() {
}