NO-JIRA testPurge wasn't meant for globalTest, ignoring it
This commit is contained in:
parent
2994ad2e5d
commit
3ff0dc2e69
|
@ -36,6 +36,7 @@ import org.apache.activemq.artemis.core.settings.impl.AddressFullMessagePolicy;
|
|||
import org.apache.activemq.artemis.core.settings.impl.AddressSettings;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Parameterized;
|
||||
|
@ -75,6 +76,11 @@ public class GlobalPagingTest extends PagingTest {
|
|||
return server;
|
||||
}
|
||||
|
||||
// test doesn't make sense on GlobalPaging due to configuration issues
|
||||
@Test @Ignore @Override
|
||||
public void testPurge() throws Exception {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testPagingOverFullDisk() throws Exception {
|
||||
if (storeType == StoreConfiguration.StoreType.DATABASE) return;
|
||||
|
|
Loading…
Reference in New Issue