Merge "Ignore testFactoryReset in instant app mode" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-06-16 12:56:27 +00:00
committed by Android (Google) Code Review

View File

@@ -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());