Issue #1910 Ignore abstract test
Change-Id: I6406dd7e0a1cc663a5e961e475e73d2dcc60e335 Former-commit-id: 5e8d880759699381fa4b1316fb1f8a1d4da98b11
This commit is contained in:
parent
988fbfc8ad
commit
bf02570479
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ import oasis.names.tc.ebxml.regrep.xsd.rim.v4.SlotType;
|
|||
import oasis.names.tc.ebxml.regrep.xsd.rim.v4.StringValueType;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
||||
import com.google.common.collect.Lists;
|
||||
|
@ -61,6 +62,7 @@ import com.raytheon.uf.edex.registry.ebxml.util.EbxmlObjectUtil;
|
|||
* @author djohnson
|
||||
* @version 1.0
|
||||
*/
|
||||
@Ignore
|
||||
public class AbstractRegistryTest {
|
||||
|
||||
protected static final String MY_REGISTRY_OBJECT_ID = "myRegistryObjectId";
|
||||
|
|
Loading…
Add table
Reference in a new issue