HBASE-24118 [Flakey Tests] TestCloseRegionWhileRSCrash

Reapply but as an @Ignore for the flakey test.
This commit is contained in:
stack 2020-04-06 12:38:02 -07:00
parent 0dc2712c90
commit 0e30e00c56
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ public class TestCloseRegionWhileRSCrash {
UTIL.shutdownMiniCluster();
}
@Test
@org.junit.Ignore @Test // Until root-cause of flakeyness, HBASE-24117, is addressed.
public void testRetryBackoff() throws IOException, InterruptedException {
HRegionServer srcRs = UTIL.getRSForFirstRegionInTable(TABLE_NAME);
RegionInfo region = srcRs.getRegions(TABLE_NAME).get(0).getRegionInfo();