Temporarily disable the test since prebuilt module is not updated

This CL is subject to be reverted in a few days when the prebuilt
Connectivity module is updated.

Ignore-AOSP-First: This is for sc-dev and its downstreams only
Test: android.net.NetworkProviderTest
Bug: 189074532
Change-Id: I512552400960668c0ba91a8d997d1e2747209538
This commit is contained in:
Junyu Lai
2021-07-20 05:50:19 +00:00
parent 135f50679f
commit c42a54f2a7

View File

@@ -40,6 +40,7 @@ import com.android.testutils.TestableNetworkOfferCallback
import com.android.testutils.isDevSdkInRange import com.android.testutils.isDevSdkInRange
import org.junit.After import org.junit.After
import org.junit.Before import org.junit.Before
import org.junit.Ignore
import org.junit.Rule import org.junit.Rule
import org.junit.Test import org.junit.Test
import org.junit.runner.RunWith import org.junit.runner.RunWith
@@ -204,6 +205,7 @@ class NetworkProviderTest {
} }
} }
@Ignore("Temporarily disable the test since prebuilt Connectivity module is not updated.")
@IgnoreUpTo(Build.VERSION_CODES.R) @IgnoreUpTo(Build.VERSION_CODES.R)
@Test @Test
fun testRegisterNetworkOffer() { fun testRegisterNetworkOffer() {