mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1006242 - Disable testMasterPassword on Android 4.0 for frequent failures.
This commit is contained in:
parent
ddfb740787
commit
e9e9f0316e
@ -64,7 +64,8 @@ skip-if = android_version == "10"
|
||||
[testMailToContextMenu]
|
||||
[testMasterPassword]
|
||||
# disabled on 2.3; bug 979603
|
||||
skip-if = android_version == "10"
|
||||
# disabled on 4.0; bug 1006242
|
||||
skip-if = android_version == "10" || android_version == "15"
|
||||
[testNewTab]
|
||||
# disabled on 2.3; bug 979621
|
||||
skip-if = android_version == "10"
|
||||
|
Loading…
Reference in New Issue
Block a user