Skip to content

Commit

Permalink
HBASE-24264 Disable TestNettyIPC.testHedgedAsyncEcho (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 authored Apr 26, 2020
1 parent ec0d9d7 commit 84f2e95
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
import org.apache.hadoop.io.compress.GzipCodec;
import org.apache.hadoop.util.StringUtils;
import org.junit.Assume;
import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -371,6 +372,7 @@ public void testAsyncEcho() throws IOException {
* failing servers.
*/
@Test
@Ignore
public void testHedgedAsyncEcho() throws Exception {
// Hedging is not supported for blocking connection types.
Assume.assumeFalse(this instanceof TestBlockingIPC);
Expand Down

0 comments on commit 84f2e95

Please sign in to comment.