Merge "Disable InetDiagSocketTest in a better way."

am: c28356b9c6

Change-Id: I6321cc3559dcf4449d947cbb8dc95a1aea23d174
This commit is contained in:
Lorenzo Colitti
2019-04-07 16:58:32 -07:00
committed by android-build-merger

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("::", "::");