HBASE-23991 [Flakey Tests] Disable TestSecureExport.testVisibilityLabels

This commit is contained in:
stack 2020-03-14 14:04:46 -07:00
parent ba3f02629a
commit eefeeceedf
1 changed files with 1 additions and 0 deletions

View File

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