[automerger skipped] Merge "Revert "Ignore new test until prebuilts are updated."" into tm-dev am: 0256f1dddc -s ours

am skip reason: Merged-In I60d5540821abcced03356f366775f16ee369d7f9 with SHA-1 9cd4726890 is already in history. Merged-In was found from reverted change.

Reverted change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/18727990

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/18888073

Change-Id: I68d56ebbace3d1b6516f3257163b85041384db05
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/cts/net/src/android/net/cts/ConnectivityManagerTest.java b/tests/cts/net/src/android/net/cts/ConnectivityManagerTest.java
index c3e3aad..c00bbf4 100644
--- a/tests/cts/net/src/android/net/cts/ConnectivityManagerTest.java
+++ b/tests/cts/net/src/android/net/cts/ConnectivityManagerTest.java
@@ -200,6 +200,7 @@
 
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.runner.RunWith;
@@ -3417,6 +3418,7 @@
         }, NETWORK_SETTINGS);
     }
 
+    @Ignore("TODO: temporarily ignore tests until prebuilts are updated")
     @Test @IgnoreUpTo(SC_V2)
     public void testFirewallBlocking() {
         // Following tests affect the actual state of networking on the device after the test.