This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a commit to branch tmp-ec
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/tmp-ec by this push:
     new d2d8fa42c9 ignore test - too aggressive for jenkins builds
d2d8fa42c9 is described below

commit d2d8fa42c9be8e34e2f79c5b1a7990450187e45a
Author: Viraj Jasani <[email protected]>
AuthorDate: Mon Mar 16 11:06:28 2026 -0700

    ignore test - too aggressive for jenkins builds
---
 .../org/apache/phoenix/end2end/ConcurrentMutationsExtendedIndexIT.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsExtendedIndexIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsExtendedIndexIT.java
index 531e036a9c..a04e48e1d5 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsExtendedIndexIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsExtendedIndexIT.java
@@ -37,6 +37,7 @@ import org.apache.phoenix.util.EnvironmentEdgeManager;
 import org.apache.phoenix.util.TestUtil;
 import org.junit.Assume;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;
@@ -172,6 +173,7 @@ public abstract class ConcurrentMutationsExtendedIndexIT 
extends ParallelStatsDi
 
   // This test is heavy and it might exhaust jenkins resources
   @Test(timeout = 1800000)
+  @Ignore("too aggressive for jenkins builds")
   public void testConcurrentUpsertsWithTableSplitsMerges() throws Exception {
     Assume.assumeFalse(uncovered);
     int nThreads = 13;

Reply via email to