From 02af221a5ff7b8ad2f3fc7351ee00a75887455ff Mon Sep 17 00:00:00 2001 From: Richard Antal Date: Sat, 24 Oct 2020 23:52:25 +0200 Subject: [PATCH] switch StoreNullsIT to NeedsOwnMiniClusterTest --- .../src/it/java/org/apache/phoenix/end2end/StoreNullsIT.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/StoreNullsIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/StoreNullsIT.java index a7e62cc7842..c436b30fa7d 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/StoreNullsIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/StoreNullsIT.java @@ -62,6 +62,7 @@ import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; +import org.junit.experimental.categories.Category; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.junit.runners.Parameterized.Parameters; @@ -72,6 +73,7 @@ * functionality allows having row-level versioning (similar to how KEEP_DELETED_CELLS works), but * also allows permanently deleting a row. */ +@Category(NeedsOwnMiniClusterTest.class) @RunWith(Parameterized.class) public class StoreNullsIT extends ParallelStatsDisabledIT {