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.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.util.Locale;
|
||||
@@ -92,6 +93,7 @@ public class RegionalPreferencesDataUtilsTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("b/265733270")
|
||||
public void savePreference_saveCalendarIsDangi_success() {
|
||||
RegionalPreferencesDataUtils.savePreference(
|
||||
mApplicationContext,
|
||||
|
Reference in New Issue
Block a user