From dd67f855cda22d0098afe262c0f2bf7098c6e230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Andr=C3=A9=20Pearce?= Date: Thu, 21 Dec 2017 07:08:44 +0000 Subject: [PATCH] NO-JIRA fixing master --- .../unit/core/server/group/impl/SystemPropertyOverrideTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/group/impl/SystemPropertyOverrideTest.java b/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/group/impl/SystemPropertyOverrideTest.java index 0e22146f24..1211897c2e 100644 --- a/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/group/impl/SystemPropertyOverrideTest.java +++ b/tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/server/group/impl/SystemPropertyOverrideTest.java @@ -19,6 +19,7 @@ package org.apache.activemq.artemis.tests.unit.core.server.group.impl; 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 { @@ -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";