Merge "Ignore failing test of AppLocalePickerActivityTest" into main
This commit is contained in:
@@ -58,6 +58,7 @@ import com.android.settings.testutils.FakeFeatureFactory;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
@@ -202,6 +203,7 @@ public class AppLocalePickerActivityTest {
|
|||||||
assertThat(controller.get().isFinishing()).isTrue();
|
assertThat(controller.get().isFinishing()).isTrue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("b/313604701")
|
||||||
@Test
|
@Test
|
||||||
public void onLocaleSelected_getLocaleNotNull_getLanguageTag() {
|
public void onLocaleSelected_getLocaleNotNull_getLanguageTag() {
|
||||||
ActivityController<TestAppLocalePickerActivity> controller =
|
ActivityController<TestAppLocalePickerActivity> controller =
|
||||||
|
Reference in New Issue
Block a user