HBASE-24870 Ignore TestAsyncTableRSCrashPublish (#2248)

Signed-off-by: meiyi <myimeiyi@gmail.com>
This commit is contained in:
Guanghao Zhang 2020-08-14 09:31:20 +08:00 committed by Andrew Purtell
parent e64b089ed1
commit 17750a72f5
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ import org.apache.hadoop.hbase.util.Bytes;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@ -80,7 +81,7 @@ public class TestAsyncTableRSCrashPublish {
UTIL.shutdownMiniCluster();
}
@Test
@Ignore @Test
public void test() throws IOException, ExecutionException, InterruptedException {
Configuration conf = UTIL.getHBaseCluster().getMaster().getConfiguration();
try (AsyncConnection connection = ConnectionFactory.createAsyncConnection(conf).get()) {