fixed
meta test ignore
This commit is contained in:
parent
14b94a7647
commit
e51988bf5b
|
@ -3,6 +3,7 @@ package com.loafle.overflow.meta.dao;
|
|||
import com.loafle.overflow.AppConfig;
|
||||
import com.loafle.overflow.JdbcConfiguration;
|
||||
import com.loafle.overflow.meta.model.MetaNoAuthProbeStatus;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -21,6 +22,7 @@ public class MetaNoAuthProbeStatusDAOTest {
|
|||
@Autowired
|
||||
private MetaNoAuthProbeStatusDAO metaNoAuthProbeStatusDAO;
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void Create() {
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ package com.loafle.overflow.meta.dao;
|
|||
import com.loafle.overflow.AppConfig;
|
||||
import com.loafle.overflow.JdbcConfiguration;
|
||||
import com.loafle.overflow.meta.model.MetaProbeStatus;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -21,7 +22,7 @@ public class MetaProbeStatusDAOTest {
|
|||
@Autowired
|
||||
private MetaProbeStatusDAO metaProbeStatusDAO;
|
||||
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void Create() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user