HBASE-18346 TestRSKilledWhenInitializing failing on branch-1 (branch-1.4)

Temporarily disabled flaky test TestRSKilledWhenInitializing
This commit is contained in:
Andrew Purtell 2017-09-13 14:48:36 -07:00
parent 3f785a83b2
commit 0621486620
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ import org.apache.hadoop.hbase.testclassification.RegionServerTests;
import org.apache.hadoop.hbase.util.Bytes;
import org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread;
import org.apache.hadoop.hbase.util.Threads;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@ -58,6 +59,7 @@ import org.junit.rules.TestRule;
* from list of online regions. See HBASE-9593.
*/
@Category({RegionServerTests.class, MediumTests.class})
@Ignore("Flaky, see HBASE-18346")
public class TestRSKilledWhenInitializing {
private static final Log LOG = LogFactory.getLog(TestRSKilledWhenInitializing.class);
@Rule public TestName testName = new TestName();