Merge "Ignore failing test of AppLocalePickerActivityTest" into main

This commit is contained in:
Yanting Yang
2023-11-28 12:53:17 +00:00
committed by Android (Google) Code Review

View File

@@ -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 =