HBASE-18325 Disable flakey TestMasterProcedureWalLease

This commit is contained in:
Michael Stack 2017-07-05 20:12:18 -07:00
parent 92253defae
commit dcf4b422f2
1 changed files with 3 additions and 1 deletions

View File

@ -47,12 +47,14 @@ import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Rule;
import org.junit.Test;
import org.junit.Ignore;
import org.junit.experimental.categories.Category;
import org.junit.rules.TestName;
import org.junit.rules.TestRule;
import org.mockito.Mockito;
@Category({MasterTests.class, LargeTests.class})
@Ignore
public class TestMasterProcedureWalLease {
private static final Log LOG = LogFactory.getLog(TestMasterProcedureWalLease.class);
@ -232,4 +234,4 @@ public class TestMasterProcedureWalLease {
private ProcedureExecutor<MasterProcedureEnv> getMasterProcedureExecutor() {
return UTIL.getHBaseCluster().getMaster().getMasterProcedureExecutor();
}
}
}