diff -r 000000000000 -r 6474c204b198 dom/media/tests/identity/mochitest.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/media/tests/identity/mochitest.ini Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,21 @@ +[DEFAULT] +skip-if = e10s +support-files = + /.well-known/idp-proxy/idp.html + /.well-known/idp-proxy/idp-proxy.js + identityevent.js + +# All tests are disabled on android due to lack of https support in mochitest +# (Bug 975149) +# All tests are disabled on b2g due to lack of e10s support in WebRTC identity +# (Bug 975144) +[test_idpproxy.html] +skip-if = os == "android" || appname == "b2g" +[test_getIdentityAssertion.html] +skip-if = os == "android" || appname == "b2g" +[test_setIdentityProvider.html] +skip-if = os == "android" || appname == "b2g" +[test_setIdentityProviderWithErrors.html] +skip-if = os == "android" || appname == "b2g" +[../mochitest/test_zmedia_cleanup.html] +skip-if = os == "android" || appname == "b2g"