HBASE-24870 Ignore TestAsyncTableRSCrashPublish (#2248)
Signed-off-by: meiyi <myimeiyi@gmail.com>
This commit is contained in:
parent
e64b089ed1
commit
17750a72f5
|
@ -32,6 +32,7 @@ import org.apache.hadoop.hbase.util.Bytes;
|
||||||
import org.junit.AfterClass;
|
import org.junit.AfterClass;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.ClassRule;
|
import org.junit.ClassRule;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
|
||||||
|
@ -80,7 +81,7 @@ public class TestAsyncTableRSCrashPublish {
|
||||||
UTIL.shutdownMiniCluster();
|
UTIL.shutdownMiniCluster();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Ignore @Test
|
||||||
public void test() throws IOException, ExecutionException, InterruptedException {
|
public void test() throws IOException, ExecutionException, InterruptedException {
|
||||||
Configuration conf = UTIL.getHBaseCluster().getMaster().getConfiguration();
|
Configuration conf = UTIL.getHBaseCluster().getMaster().getConfiguration();
|
||||||
try (AsyncConnection connection = ConnectionFactory.createAsyncConnection(conf).get()) {
|
try (AsyncConnection connection = ConnectionFactory.createAsyncConnection(conf).get()) {
|
||||||
|
|
Loading…
Reference in New Issue