InetDiagSocketTest: ignore test that times out

Test: atest InetDiagSocketTest
Change-Id: Ieef0ca291924c0d81b1110bd25020d57fa9f0fec
Merged-In: Ieef0ca291924c0d81b1110bd25020d57fa9f0fec
Bug: 141870193
Bug: 141459241
(cherry picked from commit 69b83c9b3c)
Clean cherry pick.
This commit is contained in:
Jeff Vander Stoep
2019-10-01 09:49:30 +02:00
committed by Jeffrey Vander Stoep
parent b3c533768d
commit dadd2112f0

View File

@@ -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 {