HBASE-14569 Disable hanging test TestNamespaceAuditor
This commit is contained in:
parent
1a163b7ab7
commit
f24fb713c8
|
@ -77,6 +77,7 @@ import org.apache.zookeeper.KeeperException;
|
|||
import org.junit.After;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.experimental.categories.Category;
|
||||
|
||||
|
@ -421,7 +422,7 @@ public class TestNamespaceAuditor {
|
|||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Hangs on occasion waiting on countdown latch") @Test
|
||||
public void testRegionOperations() throws Exception {
|
||||
String nsp1 = prefix + "_regiontest";
|
||||
NamespaceDescriptor nspDesc =
|
||||
|
|
Loading…
Reference in New Issue