commit | 896472ff530e6ee03e6e674b14ea3c46056035b0 | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Tue Jun 21 05:23:56 2022 +0000 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Wed Jun 22 07:24:21 2022 +0000 |
tree | 1a6c78f78eb4daf1779b6c30c88bd86d78995347 | |
parent | 5409851f438e90beee996d4f68a0d2408c7c4414 [diff] |
Skip cts testFirewallBlocking in instant mode. Bug: 236662581 Test: aest android.net.cts.ConnectivityManagerTest#testFirewallBlocking --instant Change-Id: Ib8752439593dcd285146746b06b29f364e66ab85 (cherry picked from commit c4e6fcb6bc25630c5c8a67b425354028ae164644) Merged-In: Ib8752439593dcd285146746b06b29f364e66ab85
diff --git a/tests/cts/net/src/android/net/cts/ConnectivityManagerTest.java b/tests/cts/net/src/android/net/cts/ConnectivityManagerTest.java index c3e3aad..0e9c16d 100644 --- a/tests/cts/net/src/android/net/cts/ConnectivityManagerTest.java +++ b/tests/cts/net/src/android/net/cts/ConnectivityManagerTest.java
@@ -3418,6 +3418,7 @@ } @Test @IgnoreUpTo(SC_V2) + @AppModeFull(reason = "Socket cannot bind in instant app mode") public void testFirewallBlocking() { // Following tests affect the actual state of networking on the device after the test. // This might cause unexpected behaviour of the device. So, we skip them for now.