Skip to content

Commit

Permalink
HBASE-23991 [Flakey Tests] Disable TestSecureExport.testVisibilityLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
saintstack committed Mar 14, 2020
1 parent ba3f026 commit eefeece
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ public void testAccessCase() throws Throwable {
}

@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";
Expand Down

0 comments on commit eefeece

Please sign in to comment.