BUG-8335: @Ignore InstructionDeployerImplTest 82/56282/3
authorColin Dixon <colin@colindixon.com>
Mon, 1 May 2017 16:03:15 +0000 (12:03 -0400)
committerColin Dixon <colin@colindixon.com>
Mon, 1 May 2017 16:55:12 +0000 (12:55 -0400)
This test hangs fairly consistently in autorelease-carbon.

Change-Id: Idc6a207ff669f433096017494c24d99b8ec02c09
Signed-off-by: Colin Dixon <colin@colindixon.com>
programming/impl/src/test/java/org/opendaylight/bgpcep/programming/impl/InstructionDeployerImplTest.java

index 01ac378b9a4f08d1894bfeff14157582ec2abda5..66ec46bf16edc4d096e301c6ec67da5a8e60bff1 100644 (file)
@@ -17,6 +17,7 @@ import static org.opendaylight.protocol.util.CheckUtil.checkPresentConfiguration
 
 import io.netty.util.Timer;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.mockito.Mock;
 import org.opendaylight.controller.md.sal.binding.api.NotificationPublishService;
@@ -26,6 +27,7 @@ import org.opendaylight.yangtools.yang.binding.KeyedInstanceIdentifier;
 import org.osgi.framework.BundleContext;
 import org.osgi.framework.ServiceRegistration;
 
+@Ignore("Hangs frequently in autorelease")
 public class InstructionDeployerImplTest extends AbstractProgrammingTest {
     @Mock
     private NotificationPublishService notifs;