Merge "Skip testTemporarilyNotMeteredCapability on Q" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6b23e3b0e3
@@ -87,7 +87,7 @@ public class NetworkRequestTest {
|
||||
verifyNoCapabilities(nr);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test @IgnoreUpTo(Build.VERSION_CODES.Q)
|
||||
public void testTemporarilyNotMeteredCapability() {
|
||||
assertTrue(new NetworkRequest.Builder()
|
||||
.addCapability(NET_CAPABILITY_TEMPORARILY_NOT_METERED).build()
|
||||
|
||||
Reference in New Issue
Block a user