mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-28 22:39:27 +00:00
Switch File Based Large Message Tests
This commit is contained in:
parent
a7c80fbf9d
commit
2fdbba54dc
@ -81,9 +81,7 @@ public abstract class LargeMessageTestBase extends ActiveMQTestBase {
|
||||
|
||||
@Parameterized.Parameters(name = "storeType={0}")
|
||||
public static Collection<Object[]> data() {
|
||||
// Object[][] params = new Object[][] {{StoreConfiguration.StoreType.FILE}, {StoreConfiguration.StoreType.DATABASE}};
|
||||
Object[][] params = new Object[][] {{StoreConfiguration.StoreType.DATABASE}};
|
||||
//Object[][] params = new Object[][] {{StoreConfiguration.StoreType.FILE}};
|
||||
Object[][] params = new Object[][]{{StoreConfiguration.StoreType.FILE}, {StoreConfiguration.StoreType.DATABASE}};
|
||||
return Arrays.asList(params);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user