Bug 1164658 - disable test_web_channel.js for thunderbird, as it requires weave which thunderbird doesn't have. r=markh

TEST-UNEXPECTED-FAIL | services/fxaccounts/tests/xpcshell/test_web_channel.js | xpcshell return code: 0
TypeError: Cc['@mozilla.org/weave/service;1'] is undefined at resource://gre/modules/FxAccountsWebChannel.jsm:227
This commit is contained in:
Magnus Melin 2015-05-18 08:18:44 +02:00
parent 1ad7067797
commit 60cc0c0dd8

View File

@ -19,5 +19,5 @@ reason = FxAccountsManager is only available for B2G for now
[test_oauth_token_storage.js]
[test_profile_client.js]
[test_web_channel.js]
skip-if = appname == 'b2g' # fxa web channels only used on desktop
skip-if = (appname == 'b2g' || appname == 'thunderbird') # fxa web channels only used on desktop
[test_profile.js]