added
ignore
This commit is contained in:
parent
be4f579d3a
commit
61bd6b896a
|
@ -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.MetaProbeTaskType;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -24,7 +25,7 @@ public class MetaProbeTaskTypeDAOTest {
|
|||
@Autowired
|
||||
private MetaProbeTaskTypeDAO metaProbeTaskTypeDAO;
|
||||
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void Create() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user