Bug 1141544 - Disable test_oob_cert_auth on B2G emulator debug and Android opt. r=me

This commit is contained in:
J. Ryan Stinnett 2015-08-04 07:45:50 -05:00
parent 23bed70f46
commit 6ac4d64d61

View File

@ -9,3 +9,6 @@ support-files=
[test_cert.js]
[test_encryption.js]
[test_oob_cert_auth.js]
# Failures on B2G emulator debug and Andriod opt
# See bug 1141544, bug 1163052, and bug 1166032
skip-if = (toolkit == 'gonk' && debug) || (toolkit == 'android' && !debug)