Skip to content

Commit

Permalink
NO-JIRA fixing master
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelandrepearce committed Dec 21, 2017
1 parent 24876d3 commit dd67f85
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -19,6 +19,7 @@
import org.apache.activemq.artemis.api.core.SimpleString;
import org.apache.activemq.artemis.core.server.group.impl.GroupingHandlerConfiguration;
import org.apache.activemq.artemis.tests.util.ActiveMQTestBase;
import org.junit.Ignore;
import org.junit.Test;

public class SystemPropertyOverrideTest extends ActiveMQTestBase {
Expand All @@ -33,6 +34,7 @@ public class SystemPropertyOverrideTest extends ActiveMQTestBase {
// Public --------------------------------------------------------

@Test
@Ignore
public void testSystemPropertyOverride() throws Exception {
final String groupTimeoutPropertyValue = "1234";
final String reaperPeriodPropertyValue = "5678";
Expand Down

0 comments on commit dd67f85

Please sign in to comment.