INFRAUTILS-18: @Ignore AclServiceStatefulTest until JobCoordinator fixed 07/64807/2
authorMichael Vorburger <vorburger@redhat.com>
Fri, 27 Oct 2017 12:59:21 +0000 (14:59 +0200)
committerSam Hague <shague@redhat.com>
Fri, 27 Oct 2017 14:35:41 +0000 (14:35 +0000)
Change-Id: I6f53a51a26442572a001db2cc5f49c062f2de1a5
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
vpnservice/aclservice/impl/src/test/java/org/opendaylight/netvirt/aclservice/tests/AclServiceStatefulTest.java

index fb00bb6f153be88cba422bc00389cb1a3f36c0a3..e7c32d9044331b2a83c4d2502ef6f54961e83346 100644 (file)
@@ -7,6 +7,7 @@
  */
 package org.opendaylight.netvirt.aclservice.tests;
 
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.rules.MethodRule;
 import org.opendaylight.genius.datastoreutils.testutils.JobCoordinatorTestModule;
@@ -14,7 +15,7 @@ import org.opendaylight.genius.datastoreutils.testutils.TestableDataTreeChangeLi
 import org.opendaylight.infrautils.inject.guice.testutils.GuiceRule;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.aclservice.config.rev160806.AclserviceConfig.SecurityGroupMode;
 
-
+@Ignore // TODO https://jira.opendaylight.org/browse/INFRAUTILS-18 JobCoordinator problem..
 public class AclServiceStatefulTest extends AclServiceTestBase {
 
     public @Rule MethodRule guice = new GuiceRule(new AclServiceModule(),