NO-JIRA testPurge wasn't meant for globalTest, ignoring it

This commit is contained in:
Clebert Suconic 2018-02-22 20:44:53 -05:00
parent 2994ad2e5d
commit 3ff0dc2e69
1 changed files with 6 additions and 0 deletions

View File

@ -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;