testing: temporarily disable socketStats_addresses test (#4216)

Hardcoding 127.0.0.1 leads to failure in ipv6
This commit is contained in:
zpencer 2018-03-13 18:42:11 -07:00 committed by GitHub
parent 4f19f1474f
commit 2a778f126a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
@ -1694,6 +1695,7 @@ public abstract class AbstractTransportTest {
serverStream.close(Status.OK, new Metadata());
}
@Ignore("hardcoding 127.0.0.1 fails in ipv6")
@Test
public void socketStats_addresses() throws Exception {
server.start(serverListener);