From 489eb6971feb9dc1b006b96760c53811d6a60ec8 Mon Sep 17 00:00:00 2001 From: Dejan Bosanac Date: Thu, 9 Mar 2017 14:06:29 +0100 Subject: [PATCH] NO-JIRA ArtemisFeatureTest looks good --- .../artemis/tests/integration/karaf/ArtemisFeatureTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java index 04d7afaccb..02a412c9b1 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java @@ -42,7 +42,6 @@ import org.apache.karaf.shell.api.console.SessionFactory; import org.apache.log4j.Logger; import org.apache.qpid.jms.JmsConnectionFactory; import org.junit.Assert; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.ops4j.pax.exam.Configuration; @@ -72,7 +71,6 @@ import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.logLevel; * Useful docs about this test: https://ops4j1.jira.com/wiki/display/paxexam/FAQ */ @RunWith(PaxExam.class) -@Ignore // need to fix OSGI with Netty public class ArtemisFeatureTest extends Assert { private static Logger LOG = Logger.getLogger(ArtemisFeatureTest.class.getName());