Merge "Disable InetDiagSocketTest in a better way." am: c28356b9c6

am: cc94ad60b0

Change-Id: I3d8cebec00dde7d0b61469f36887cd5afface043
This commit is contained in:
Lorenzo Colitti
2019-04-08 12:31:01 -07:00
committed by android-build-merger

View File

@@ -45,6 +45,7 @@ import androidx.test.runner.AndroidJUnit4;
import libcore.util.HexEncoding; import libcore.util.HexEncoding;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
@@ -189,6 +190,8 @@ public class InetDiagSocketTest {
udp.close(); udp.close();
} }
@Ignore
@Test
public void testGetConnectionOwnerUid() throws Exception { public void testGetConnectionOwnerUid() throws Exception {
checkGetConnectionOwnerUid("::", null); checkGetConnectionOwnerUid("::", null);
checkGetConnectionOwnerUid("::", "::"); checkGetConnectionOwnerUid("::", "::");