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

Commit 69b83c9b authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by Jeffrey Vander Stoep
Browse files

InetDiagSocketTest: ignore test that times out

Test: atest InetDiagSocketTest
Change-Id: Ieef0ca291924c0d81b1110bd25020d57fa9f0fec
Bug: 141870193
parent 59940afb
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 {