Merge "Skip testTemporarilyNotMeteredCapability on Q" am: 352a01edfd
Change-Id: Id2fe42bb26d215fe2b0cf23b38927f26dc92d2cd
This commit is contained in:
@@ -87,7 +87,7 @@ public class NetworkRequestTest {
|
|||||||
verifyNoCapabilities(nr);
|
verifyNoCapabilities(nr);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test @IgnoreUpTo(Build.VERSION_CODES.Q)
|
||||||
public void testTemporarilyNotMeteredCapability() {
|
public void testTemporarilyNotMeteredCapability() {
|
||||||
assertTrue(new NetworkRequest.Builder()
|
assertTrue(new NetworkRequest.Builder()
|
||||||
.addCapability(NET_CAPABILITY_TEMPORARILY_NOT_METERED).build()
|
.addCapability(NET_CAPABILITY_TEMPORARILY_NOT_METERED).build()
|
||||||
|
|||||||
Reference in New Issue
Block a user