Bug 975155 - Skip robocop testFindInPage on Android 2.3

This commit is contained in:
Geoff Brown 2014-02-28 14:58:36 -07:00
parent cabc7311ea
commit 603b9488f0

View File

@ -25,6 +25,8 @@ skip-if = processor == "x86"
[testDistribution]
[testDoorHanger]
[testFindInPage]
# disabled on Android 2.3; bug 975155
skip-if = android_version == "10"
[testFlingCorrectness]
# disabled on x86 only; bug 927476
skip-if = processor == "x86"