diff --git a/src/test/java/com/loafle/overflow/meta/dao/MetaNoAuthProbeStatusDAOTest.java b/src/test/java/com/loafle/overflow/meta/dao/MetaNoAuthProbeStatusDAOTest.java index 764ce13..66cb656 100644 --- a/src/test/java/com/loafle/overflow/meta/dao/MetaNoAuthProbeStatusDAOTest.java +++ b/src/test/java/com/loafle/overflow/meta/dao/MetaNoAuthProbeStatusDAOTest.java @@ -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() { diff --git a/src/test/java/com/loafle/overflow/meta/dao/MetaProbeStatusDAOTest.java b/src/test/java/com/loafle/overflow/meta/dao/MetaProbeStatusDAOTest.java index f59680e..e32feb2 100644 --- a/src/test/java/com/loafle/overflow/meta/dao/MetaProbeStatusDAOTest.java +++ b/src/test/java/com/loafle/overflow/meta/dao/MetaProbeStatusDAOTest.java @@ -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() {