added
ignore
This commit is contained in:
@@ -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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user