aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-01-20 10:20:25 -0500
committerwr148d <wr148d@att.com>2022-01-20 10:29:31 -0500
commitd0f38ff7817960826ccd793b5d24f5c505a55c0b (patch)
treefff0ced62c0cf18c26452145e2e4227b34440d08
parent4784b1f8da6506ae109a20eb838105247d2964c6 (diff)
[AAI] Update the tests to ignore OwnerCheckTest
Issue-ID: AAI-3428 Change-Id: I1a75ce29981338edf28cff1f248066b3bee9e80d Signed-off-by: wr148d <wr148d@att.com>
-rw-r--r--aai-core/src/test/java/org/onap/aai/introspection/sideeffect/OwnerCheckTest.java (renamed from aai-core/src/test/java/org/onap/aai/introspection/sideeffect/AOwnerCheckTest.java)5
1 files changed, 3 insertions, 2 deletions
diff --git a/aai-core/src/test/java/org/onap/aai/introspection/sideeffect/AOwnerCheckTest.java b/aai-core/src/test/java/org/onap/aai/introspection/sideeffect/OwnerCheckTest.java
index e9f8d9b8..ee8ff77c 100644
--- a/aai-core/src/test/java/org/onap/aai/introspection/sideeffect/AOwnerCheckTest.java
+++ b/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;