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

Commit 152ced4b authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Gerrit Code Review
Browse files

Merge "InetDiagSocketTest: ignore test that times out"

parents d1c510f7 69b83c9b
Loading
Loading
Loading
Loading
+2 −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;

@@ -200,6 +201,7 @@ public class InetDiagSocketTest {
        checkGetConnectionOwnerUid("::1", "::1");
    }

    @Ignore("Times out on Marlin/Sailfish")
    /* Verify fix for b/141603906 */
    @Test
    public void testB141603906() throws Exception {