Temporarily disable the test since prebuilt module is not updated am: c42a54f2a7

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

Change-Id: Ic9e6ca1fbbca65e324afa0079e6eaf2ed78fb147
This commit is contained in:
Junyu Lai
2021-07-21 03:06:13 +00:00
committed by Automerger Merge Worker

View File

@@ -40,6 +40,7 @@ import com.android.testutils.TestableNetworkOfferCallback
import com.android.testutils.isDevSdkInRange
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
@@ -204,6 +205,7 @@ class NetworkProviderTest {
}
}
@Ignore("Temporarily disable the test since prebuilt Connectivity module is not updated.")
@IgnoreUpTo(Build.VERSION_CODES.R)
@Test
fun testRegisterNetworkOffer() {