mirror of https://github.com/apache/activemq.git
this test causes hudson to hang, disabling pending investigation into root cause
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1240973 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f220607e33
commit
24c4257998
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue