Merge "Ignore testFactoryReset in instant app mode"
This commit is contained in:
@@ -2052,6 +2052,7 @@ public class ConnectivityManagerTest {
|
|||||||
assertThrows(SecurityException.class, () -> mCm.factoryReset());
|
assertThrows(SecurityException.class, () -> mCm.factoryReset());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AppModeFull(reason = "Cannot get WifiManager in instant app mode")
|
||||||
@Test
|
@Test
|
||||||
public void testFactoryReset() throws Exception {
|
public void testFactoryReset() throws Exception {
|
||||||
assumeTrue(TestUtils.shouldTestSApis());
|
assumeTrue(TestUtils.shouldTestSApis());
|
||||||
|
|||||||
Reference in New Issue
Block a user