diff --git a/tests/net/java/android/net/netlink/InetDiagSocketTest.java b/tests/net/java/android/net/netlink/InetDiagSocketTest.java index 8b2b4e3cd443a..2adbb06babf1e 100644 --- a/tests/net/java/android/net/netlink/InetDiagSocketTest.java +++ b/tests/net/java/android/net/netlink/InetDiagSocketTest.java @@ -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("::", "::");