meta   test ignore
This commit is contained in:
snoop 2017-06-26 12:52:36 +09:00
parent 14b94a7647
commit e51988bf5b
2 changed files with 4 additions and 1 deletions

View File

@ -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() {

View File

@ -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() {