HBASE-5029 TestDistributedLogSplitting fails on occasion; disabling failing test
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1220894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
80a76f2c75
commit
86a3830175
|
@ -253,6 +253,7 @@ public class TestDistributedLogSplitting {
|
|||
* detects that the region server has aborted.
|
||||
* @throws Exception
|
||||
*/
|
||||
@Ignore
|
||||
@Test (timeout=300000)
|
||||
public void testWorkerAbort() throws Exception {
|
||||
LOG.info("testWorkerAbort");
|
||||
|
|
Loading…
Reference in New Issue