HBASE-23991 [Flakey Tests] Disable TestSecureExport.testVisibilityLabels
This commit is contained in:
parent
ba3f02629a
commit
eefeeceedf
|
@ -331,6 +331,7 @@ public class TestSecureExport {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@org.junit.Ignore // See HBASE-23990
|
||||||
public void testVisibilityLabels() throws IOException, Throwable {
|
public void testVisibilityLabels() throws IOException, Throwable {
|
||||||
final String exportTable = name.getMethodName() + "_export";
|
final String exportTable = name.getMethodName() + "_export";
|
||||||
final String importTable = name.getMethodName() + "_import";
|
final String importTable = name.getMethodName() + "_import";
|
||||||
|
|
Loading…
Reference in New Issue