From 3ff0dc2e6900a4fea7bc4a484dcfc2b1407f41c0 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Thu, 22 Feb 2018 20:44:53 -0500 Subject: [PATCH] NO-JIRA testPurge wasn't meant for globalTest, ignoring it --- .../artemis/tests/integration/paging/GlobalPagingTest.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java index 84b48eeccc..4c7753284f 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/paging/GlobalPagingTest.java @@ -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;