Bug 1006242 - Disable testMasterPassword on Android 4.0 for frequent failures.

This commit is contained in:
Ryan VanderMeulen 2014-05-09 17:18:57 -04:00
parent ddfb740787
commit e9e9f0316e

View File

@ -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"