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