mirror of https://github.com/grpc/grpc-java.git
testing: temporarily disable socketStats_addresses test (#4216)
Hardcoding 127.0.0.1 leads to failure in ipv6
This commit is contained in:
parent
4f19f1474f
commit
2a778f126a
|
|
@ -82,6 +82,7 @@ import java.util.concurrent.TimeUnit;
|
||||||
import java.util.concurrent.TimeoutException;
|
import java.util.concurrent.TimeoutException;
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.rules.ExpectedException;
|
import org.junit.rules.ExpectedException;
|
||||||
|
|
@ -1694,6 +1695,7 @@ public abstract class AbstractTransportTest {
|
||||||
serverStream.close(Status.OK, new Metadata());
|
serverStream.close(Status.OK, new Metadata());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("hardcoding 127.0.0.1 fails in ipv6")
|
||||||
@Test
|
@Test
|
||||||
public void socketStats_addresses() throws Exception {
|
public void socketStats_addresses() throws Exception {
|
||||||
server.start(serverListener);
|
server.start(serverListener);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue