[AAI] Update the tests to ignore OwnerCheckTest 68/126668/2
authorwr148d <wr148d@att.com>
Thu, 20 Jan 2022 15:20:25 +0000 (10:20 -0500)
committerwr148d <wr148d@att.com>
Thu, 20 Jan 2022 15:29:31 +0000 (10:29 -0500)
Issue-ID: AAI-3428
Change-Id: I1a75ce29981338edf28cff1f248066b3bee9e80d
Signed-off-by: wr148d <wr148d@att.com>
aai-core/src/test/java/org/onap/aai/introspection/sideeffect/OwnerCheckTest.java [moved from aai-core/src/test/java/org/onap/aai/introspection/sideeffect/AOwnerCheckTest.java with 99% similarity]

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