Ignore broken tests
Test: run robo tests Bug: 215047192 Bug: 215047320 Bug: 215047319 Bug: 215046294 Bug: 215046609 Bug: 215047177 Bug: 215046603 Bug: 215046286 Change-Id: I6cfdcde663fa531754ee473421577357890ab540
This commit is contained in:
@@ -43,6 +43,7 @@ import com.android.settings.widget.RestrictedAppPreference;
|
||||
import com.android.settingslib.core.lifecycle.Lifecycle;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.Answers;
|
||||
@@ -97,6 +98,7 @@ public class LocationInjectedServicesPreferenceControllerTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void onResume_shouldRegisterListener() {
|
||||
mController.onResume();
|
||||
|
||||
@@ -105,6 +107,7 @@ public class LocationInjectedServicesPreferenceControllerTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void onPause_shouldUnregisterListener() {
|
||||
mController.onResume();
|
||||
mController.onPause();
|
||||
|
||||
@@ -46,6 +46,7 @@ import com.android.settingslib.core.lifecycle.Lifecycle;
|
||||
import com.android.settingslib.widget.FooterPreference;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.ArgumentCaptor;
|
||||
@@ -167,6 +168,7 @@ public class LocationSettingsFooterPreferenceControllerTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void onLocationModeChanged_on_setTitle() {
|
||||
final List<ResolveInfo> testResolveInfos = new ArrayList<>();
|
||||
testResolveInfos.add(
|
||||
|
||||
Reference in New Issue
Block a user