зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1001657 - Skip testPromptGridInput on Android 2.3 for frequent intermittent failures.
CLOSED TREE
This commit is contained in:
Родитель
d844f2c930
Коммит
4eb866ba0f
|
@ -67,8 +67,8 @@ skip-if = processor == "x86"
|
||||||
[testPrefsObserver]
|
[testPrefsObserver]
|
||||||
[testPrivateBrowsing]
|
[testPrivateBrowsing]
|
||||||
[testPromptGridInput]
|
[testPromptGridInput]
|
||||||
# disabled on x86 only; bug 957185
|
# bug 957185 for x86, bug 1001657 for 2.3
|
||||||
skip-if = processor == "x86"
|
skip-if = android_version == "10" || processor == "x86"
|
||||||
# [testReaderMode] # see bug 913254, 936224
|
# [testReaderMode] # see bug 913254, 936224
|
||||||
[testReadingListProvider]
|
[testReadingListProvider]
|
||||||
[testSearchHistoryProvider]
|
[testSearchHistoryProvider]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче