Bug 957185 - Disable robocop testHomeBanner, testPromptGridInput on Android x86 only, for too many failures

This commit is contained in:
Geoff Brown 2014-01-14 17:20:01 -07:00
parent 5eadd3661b
commit 47526642a4

View File

@ -28,6 +28,8 @@ skip-if = processor == "x86"
[testGetUserMedia]
# [testHistory] # see bug 915350
[testHomeBanner]
# disabled on x86 only; bug 957185
skip-if = processor == "x86"
[testImportFromAndroid]
# disabled on x86 only; bug 900664
skip-if = processor == "x86"
@ -50,6 +52,8 @@ skip-if = processor == "x86"
[testPrefsObserver]
[testPrivateBrowsing]
[testPromptGridInput]
# disabled on x86 only; bug 957185
skip-if = processor == "x86"
# [testReaderMode] # see bug 913254
# disabled on x86 only; bug 936224
# skip-if = processor == "x86"