Merge "Add NetworkProviderTest#testRegisterNetworkOffer back into test"

This commit is contained in:
Chiachang Wang
2021-12-28 09:24:16 +00:00
committed by Gerrit Code Review

View File

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