Skip presubmit for flaky tests in FrameworksNetTests due to Out of SLO
Test: TH Bug: 293233390 Change-Id: Ic1d0d86b3f8dfc8e8122c6b05973fab8b57e52b4
This commit is contained in:
@@ -422,6 +422,7 @@ import com.android.testutils.FunctionalUtils.ThrowingConsumer;
|
||||
import com.android.testutils.FunctionalUtils.ThrowingRunnable;
|
||||
import com.android.testutils.HandlerUtils;
|
||||
import com.android.testutils.RecorderCallback.CallbackEntry;
|
||||
import com.android.testutils.SkipPresubmit;
|
||||
import com.android.testutils.TestableNetworkCallback;
|
||||
import com.android.testutils.TestableNetworkOfferCallback;
|
||||
|
||||
@@ -7414,6 +7415,7 @@ public class ConnectivityServiceTest {
|
||||
assertPinnedToWifiWithCellDefault();
|
||||
}
|
||||
|
||||
@SkipPresubmit(reason = "Out of SLO flakiness")
|
||||
@Test
|
||||
public void testNetworkCallbackMaximum() throws Exception {
|
||||
final int MAX_REQUESTS = 100;
|
||||
|
||||
@@ -182,6 +182,7 @@ import com.android.server.IpSecService;
|
||||
import com.android.server.VpnTestBase;
|
||||
import com.android.server.vcn.util.PersistableBundleUtils;
|
||||
import com.android.testutils.DevSdkIgnoreRule;
|
||||
import com.android.testutils.SkipPresubmit;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Rule;
|
||||
@@ -1713,6 +1714,7 @@ public class VpnTest extends VpnTestBase {
|
||||
errorCode);
|
||||
}
|
||||
|
||||
@SkipPresubmit(reason = "Out of SLO flakiness")
|
||||
@Test
|
||||
public void testStartPlatformVpnFailedWithRecoverableError() throws Exception {
|
||||
final IkeProtocolException exception = mock(IkeProtocolException.class);
|
||||
@@ -1722,6 +1724,7 @@ public class VpnTest extends VpnTestBase {
|
||||
VpnManager.CATEGORY_EVENT_IKE_ERROR, VpnManager.ERROR_CLASS_RECOVERABLE, errorCode);
|
||||
}
|
||||
|
||||
@SkipPresubmit(reason = "Out of SLO flakiness")
|
||||
@Test
|
||||
public void testStartPlatformVpnFailedWithUnknownHostException() throws Exception {
|
||||
final IkeNonProtocolException exception = mock(IkeNonProtocolException.class);
|
||||
@@ -1733,6 +1736,7 @@ public class VpnTest extends VpnTestBase {
|
||||
errorCode);
|
||||
}
|
||||
|
||||
@SkipPresubmit(reason = "Out of SLO flakiness")
|
||||
@Test
|
||||
public void testStartPlatformVpnFailedWithIkeTimeoutException() throws Exception {
|
||||
final IkeNonProtocolException exception = mock(IkeNonProtocolException.class);
|
||||
@@ -1754,6 +1758,7 @@ public class VpnTest extends VpnTestBase {
|
||||
VpnManager.ERROR_CODE_NETWORK_LOST);
|
||||
}
|
||||
|
||||
@SkipPresubmit(reason = "Out of SLO flakiness")
|
||||
@Test
|
||||
public void testStartPlatformVpnFailedWithIOException() throws Exception {
|
||||
final IkeNonProtocolException exception = mock(IkeNonProtocolException.class);
|
||||
@@ -2386,6 +2391,7 @@ public class VpnTest extends VpnTestBase {
|
||||
true /* areLongLivedTcpConnectionsExpensive */);
|
||||
}
|
||||
|
||||
@SkipPresubmit(reason = "Out of SLO flakiness")
|
||||
@Test
|
||||
public void testPreferredIpProtocolFromCarrierConfig_v4UDP() throws Exception {
|
||||
doTestReadCarrierConfig(createTestCellNc(),
|
||||
@@ -2398,6 +2404,7 @@ public class VpnTest extends VpnTestBase {
|
||||
false /* areLongLivedTcpConnectionsExpensive */);
|
||||
}
|
||||
|
||||
@SkipPresubmit(reason = "Out of SLO flakiness")
|
||||
@Test
|
||||
public void testPreferredIpProtocolFromCarrierConfig_v6ESP() throws Exception {
|
||||
doTestReadCarrierConfig(createTestCellNc(),
|
||||
@@ -2410,6 +2417,7 @@ public class VpnTest extends VpnTestBase {
|
||||
false /* areLongLivedTcpConnectionsExpensive */);
|
||||
}
|
||||
|
||||
@SkipPresubmit(reason = "Out of SLO flakiness")
|
||||
@Test
|
||||
public void testPreferredIpProtocolFromCarrierConfig_v6UDP() throws Exception {
|
||||
doTestReadCarrierConfig(createTestCellNc(),
|
||||
|
||||
Reference in New Issue
Block a user