JDBC relative test too slow for hudson, disable this variant

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1073680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2011-02-23 10:33:41 +00:00
parent 3419bb7ca5
commit 0298440d4f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class ConcurrentProducerDurableConsumerTest extends TestSupport {
public void initCombosForTestSendRateWithActivatingConsumers() throws Exception {
addCombinationValues("defaultPersistenceAdapter",
new Object[]{PersistenceAdapterChoice.KahaDB, PersistenceAdapterChoice.JDBC, PersistenceAdapterChoice.MEM});
new Object[]{PersistenceAdapterChoice.KahaDB, /* too slow for hudson - PersistenceAdapterChoice.JDBC,*/ PersistenceAdapterChoice.MEM});
}
public void testSendRateWithActivatingConsumers() throws Exception {