Merge "Ignore unit test to avoid timing issue"
This commit is contained in:
committed by
Android (Google) Code Review
commit
009601eca0
@@ -29,6 +29,7 @@ import com.android.settings.testutils.ResourcesUtils;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
@@ -92,6 +93,7 @@ public class RegionalPreferencesDataUtilsTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/265733270")
|
||||||
public void savePreference_saveCalendarIsDangi_success() {
|
public void savePreference_saveCalendarIsDangi_success() {
|
||||||
RegionalPreferencesDataUtils.savePreference(
|
RegionalPreferencesDataUtils.savePreference(
|
||||||
mApplicationContext,
|
mApplicationContext,
|
||||||
|
|||||||
Reference in New Issue
Block a user