Loading tests/net/java/android/net/netlink/InetDiagSocketTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -189,6 +190,8 @@ public class InetDiagSocketTest { udp.close(); } @Ignore @Test public void testGetConnectionOwnerUid() throws Exception { checkGetConnectionOwnerUid("::", null); checkGetConnectionOwnerUid("::", "::"); Loading Loading
tests/net/java/android/net/netlink/InetDiagSocketTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -189,6 +190,8 @@ public class InetDiagSocketTest { udp.close(); } @Ignore @Test public void testGetConnectionOwnerUid() throws Exception { checkGetConnectionOwnerUid("::", null); checkGetConnectionOwnerUid("::", "::"); Loading