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

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

Change-Id: If65a0bd3a29611df767caa03fc888411172fd2a8
This commit is contained in:
Junyu Lai
2021-07-21 03:14:55 +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() {