Skip to content

Commit ec3558d

Browse files
infraioapurtell
authored andcommitted
HBASE-24870 Ignore TestAsyncTableRSCrashPublish (#2248)
Signed-off-by: meiyi <myimeiyi@gmail.com>
1 parent f76d6bc commit ec3558d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTableRSCrashPublish.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import org.junit.AfterClass;
3333
import org.junit.BeforeClass;
3434
import org.junit.ClassRule;
35+
import org.junit.Ignore;
3536
import org.junit.Test;
3637
import org.junit.experimental.categories.Category;
3738

@@ -80,7 +81,7 @@ public static void afterClass() throws Exception {
8081
UTIL.shutdownMiniCluster();
8182
}
8283

83-
@Test
84+
@Ignore @Test
8485
public void test() throws IOException, ExecutionException, InterruptedException {
8586
Configuration conf = UTIL.getHBaseCluster().getMaster().getConfiguration();
8687
try (AsyncConnection connection = ConnectionFactory.createAsyncConnection(conf).get()) {

0 commit comments

Comments
 (0)