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

larsh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new b8eb681  PHOENIX-5346 disable 
SaltedIndexIT.testMutableTableIndexMaintanenceSaltedSalted.
b8eb681 is described below

commit b8eb6811bdb709f93fd029c37e3323ca4782952a
Author: Lars Hofhansl <[email protected]>
AuthorDate: Sun Jun 16 16:35:00 2019 -0700

    PHOENIX-5346 disable 
SaltedIndexIT.testMutableTableIndexMaintanenceSaltedSalted.
---
 .../src/it/java/org/apache/phoenix/end2end/index/SaltedIndexIT.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/SaltedIndexIT.java 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/SaltedIndexIT.java
index 530c219..5c20381 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/SaltedIndexIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/SaltedIndexIT.java
@@ -65,7 +65,7 @@ public class SaltedIndexIT extends ParallelStatsDisabledIT {
         }
     }
     
-    @Test
+    // @Test Disabled. this test flaps -- enable when PHOENIX-5346 is fixed
     public void testMutableTableIndexMaintanenceSaltedSalted() throws 
Exception {
         String tableName = "TBL_" + generateUniqueName();
         String indexName = "IND_" + generateUniqueName();

Reply via email to