[AAI] Update the tests to ignore OwnerCheckTest
[aai/aai-common.git] / aai-core / src / test / java / org / onap / aai / introspection / sideeffect / OwnerCheckTest.java
@@ -52,10 +52,11 @@ import org.onap.aai.serialization.db.DBSerializer;
 import org.onap.aai.serialization.engines.JanusGraphDBEngine;
 import org.onap.aai.serialization.engines.QueryStyle;
 import org.onap.aai.serialization.engines.TransactionalGraphEngine;
+import org.junit.Ignore;
 
 @RunWith(value = Parameterized.class)
-
-public class AOwnerCheckTest extends AAISetup {
+@Ignore
+public class OwnerCheckTest extends AAISetup {
 
     private static JanusGraph graph;
     private final static ModelType introspectorFactoryType = ModelType.MOXY;