Bug 1124494 - Disable testOSLocale on Android 2.3 due to frequent failures.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2015-02-12 12:46:46 -05:00
parent ac8015798a
commit 1d632a96b3

View File

@ -114,7 +114,7 @@ skip-if = android_version == "10"
[testOfflinePage]
[testOrderedBroadcast]
[testOSLocale]
skip-if = processor == "x86" # Bug 1088708
skip-if = processor == "x86" || android_version == "10" # x86: Bug 1088708, 2.3: Bug 1124494
[testResourceSubstitutions]
[testRestrictedProfiles]
[testSessionFormData]