Merge "Disable InetDiagSocketTest in a better way."

This commit is contained in:
Lorenzo Colitti
2019-04-07 23:46:39 +00:00
committed by Gerrit Code Review

View File

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