diff --git a/activemq-core/src/test/java/org/apache/activemq/bugs/TempStorageConfigBrokerTest.java b/activemq-core/src/test/java/org/apache/activemq/bugs/TempStorageConfigBrokerTest.java index bdb31c9e59..d236ecf064 100644 --- a/activemq-core/src/test/java/org/apache/activemq/bugs/TempStorageConfigBrokerTest.java +++ b/activemq-core/src/test/java/org/apache/activemq/bugs/TempStorageConfigBrokerTest.java @@ -39,6 +39,7 @@ import org.apache.activemq.command.ActiveMQQueue; import org.apache.activemq.command.ActiveMQTopic; import org.apache.activemq.store.kahadb.KahaDBPersistenceAdapter; import org.junit.After; +import org.junit.Ignore; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -63,6 +64,7 @@ public class TempStorageConfigBrokerTest { private Destination destination = new ActiveMQTopic("FooTwo"); @Test(timeout=360000) + @Ignore("blocks in hudson, needs investigation") public void testFillTempAndConsumeWithBadTempStoreConfig() throws Exception { createBrokerWithInvalidTempStoreConfig(); @@ -97,6 +99,7 @@ public class TempStorageConfigBrokerTest { } @Test(timeout=360000) + @Ignore("blocks in hudson, needs investigation") public void testFillTempAndConsumeWithGoodTempStoreConfig() throws Exception { createBrokerWithValidTempStoreConfig();