Loading tests/robotests/src/com/android/settings/system/FactoryResetPreferenceControllerTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ import com.google.common.collect.ImmutableList; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -107,7 +106,6 @@ public class FactoryResetPreferenceControllerTest { Settings.Global.DEVICE_DEMO_MODE, 0); } @Ignore("b/314930928") @Test public void isAvailable_systemUser() { when(mUserManager.isAdminUser()).thenReturn(true); Loading Loading
tests/robotests/src/com/android/settings/system/FactoryResetPreferenceControllerTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ import com.google.common.collect.ImmutableList; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -107,7 +106,6 @@ public class FactoryResetPreferenceControllerTest { Settings.Global.DEVICE_DEMO_MODE, 0); } @Ignore("b/314930928") @Test public void isAvailable_systemUser() { when(mUserManager.isAdminUser()).thenReturn(true); Loading