You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/03/14 21:05:18 UTC

[hbase] branch branch-2 updated: HBASE-23991 [Flakey Tests] Disable TestSecureExport.testVisibilityLabels

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

stack pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 671772b  HBASE-23991 [Flakey Tests] Disable TestSecureExport.testVisibilityLabels
671772b is described below

commit 671772b229e63122729483fb89408bb91cac6471
Author: stack <st...@apache.org>
AuthorDate: Sat Mar 14 14:04:46 2020 -0700

    HBASE-23991 [Flakey Tests] Disable TestSecureExport.testVisibilityLabels
---
 .../test/java/org/apache/hadoop/hbase/coprocessor/TestSecureExport.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hbase-endpoint/src/test/java/org/apache/hadoop/hbase/coprocessor/TestSecureExport.java b/hbase-endpoint/src/test/java/org/apache/hadoop/hbase/coprocessor/TestSecureExport.java
index 71175c4..529973d 100644
--- a/hbase-endpoint/src/test/java/org/apache/hadoop/hbase/coprocessor/TestSecureExport.java
+++ b/hbase-endpoint/src/test/java/org/apache/hadoop/hbase/coprocessor/TestSecureExport.java
@@ -331,6 +331,7 @@ public class TestSecureExport {
   }
 
   @Test
+  @org.junit.Ignore // See HBASE-23990
   public void testVisibilityLabels() throws IOException, Throwable {
     final String exportTable = name.getMethodName() + "_export";
     final String importTable = name.getMethodName() + "_import";