Issue #1910 Ignore abstract test

Change-Id: I6406dd7e0a1cc663a5e961e475e73d2dcc60e335

Former-commit-id: 5e8d880759699381fa4b1316fb1f8a1d4da98b11
This commit is contained in:
Dustin Johnson 2013-04-22 08:48:51 -05:00
parent 988fbfc8ad
commit bf02570479

View file

@ -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";