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:45 UTC

[hbase] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit eefeeceedfe30c3353d16bf101fb13d18e0aa657
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";