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:
@@ -34,6 +34,7 @@ import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.Mock;
|
||||
@@ -81,6 +82,7 @@ public class LocaleListEditorTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testDisallowConfigLocale_unrestrict() {
|
||||
ReflectionHelpers.setField(mLocaleListEditor, "mIsUiRestricted", true);
|
||||
mLocaleListEditor.onAttach(mContext);
|
||||
@@ -89,6 +91,7 @@ public class LocaleListEditorTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testDisallowConfigLocale_restrict() {
|
||||
ReflectionHelpers.setField(mLocaleListEditor, "mIsUiRestricted", false);
|
||||
mLocaleListEditor.onAttach(mContext);
|
||||
|
||||
Reference in New Issue
Block a user