Bug 1589305 - Disable leaked window/docshell reporting for Thunderbird mochitests; r=mccr8

Differential Revision: https://phabricator.services.mozilla.com/D49557

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Lankow 2019-10-18 13:42:44 +00:00
parent 44a448cee7
commit a8540dfab9

View File

@ -2812,8 +2812,11 @@ toolbar#nav-bar {
# code coverage is not enabled.
detectShutdownLeaks = False
if options.jscov_dir_prefix is None:
detectShutdownLeaks = mozinfo.info[
"debug"] and options.flavor == 'browser'
detectShutdownLeaks = (
mozinfo.info['debug'] and
options.flavor == 'browser' and
options.subsuite != 'thunderbird'
)
self.start_script_kwargs['flavor'] = self.normflavor(options.flavor)
marionette_args = {