Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8818a8c6 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "Disable InetDiagSocketTest in a better way." am: c28356b9 am: cc94ad60" into qt-dev-plus-aosp
parents 5381f328 2373c8a1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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("::", "::");