diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewTTLIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewTTLIT.java index 1fd6395369f..feca40a0aae 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewTTLIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewTTLIT.java @@ -67,6 +67,7 @@ import org.junit.Assert; import org.junit.Ignore; import org.junit.Test; +import org.junit.experimental.categories.Category; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -94,6 +95,7 @@ import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; +@Category(NeedsOwnMiniClusterTest.class) public class ViewTTLIT extends ParallelStatsDisabledIT { private static final Logger LOGGER = LoggerFactory.getLogger(ViewTTLIT.class); private static final String ORG_ID_FMT = "00D0x000%s";