Unignores test
Fixes gh-39
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user