mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 06:09:19 +00:00
Bug 957185 - Disable robocop testHomeBanner, testPromptGridInput on Android x86 only, for too many failures
This commit is contained in:
parent
5eadd3661b
commit
47526642a4
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user