HBASE-24264 Disable TestNettyIPC.testHedgedAsyncEcho (#1589)
This commit is contained in:
parent
ec0d9d767e
commit
84f2e95dd5
|
@ -49,6 +49,7 @@ import org.apache.hadoop.hbase.util.Bytes;
|
||||||
import org.apache.hadoop.io.compress.GzipCodec;
|
import org.apache.hadoop.io.compress.GzipCodec;
|
||||||
import org.apache.hadoop.util.StringUtils;
|
import org.apache.hadoop.util.StringUtils;
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
@ -371,6 +372,7 @@ public abstract class AbstractTestIPC {
|
||||||
* failing servers.
|
* failing servers.
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void testHedgedAsyncEcho() throws Exception {
|
public void testHedgedAsyncEcho() throws Exception {
|
||||||
// Hedging is not supported for blocking connection types.
|
// Hedging is not supported for blocking connection types.
|
||||||
Assume.assumeFalse(this instanceof TestBlockingIPC);
|
Assume.assumeFalse(this instanceof TestBlockingIPC);
|
||||||
|
|
Loading…
Reference in New Issue