Skip to content

Commit

Permalink
HBASE-24870 Ignore TestAsyncTableRSCrashPublish (#2248)
Browse files Browse the repository at this point in the history
Signed-off-by: meiyi <[email protected]>
  • Loading branch information
infraio authored and apurtell committed Dec 7, 2021
1 parent f76d6bc commit ec3558d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
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;

Expand Down Expand Up @@ -80,7 +81,7 @@ public static void afterClass() throws Exception {
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()) {
Expand Down

0 comments on commit ec3558d

Please sign in to comment.