don't ignore eureka first tests
This commit is contained in:
@@ -2,7 +2,6 @@ package demo;
|
||||
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -21,12 +20,10 @@ public class EurekaFirstApplicationTests {
|
||||
DiscoveryClient discoveryClient;
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void contextLoads() {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void discoveryClientIsEureka() {
|
||||
assertTrue("discoveryClient is wrong type: " + discoveryClient, discoveryClient instanceof EurekaDiscoveryClient);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user