diff --git a/taskcluster/ci/test/marionette.yml b/taskcluster/ci/test/marionette.yml index 151e9f7557d6..03c9c6da8519 100644 --- a/taskcluster/ci/test/marionette.yml +++ b/taskcluster/ci/test/marionette.yml @@ -16,6 +16,9 @@ job-defaults: default: - marionette/prod_config.py - remove_executables.py + extra-options: + - --setpref=toolkit.asyncshutdown.log=true + run-on-projects: built-projects tier: default fission-tier: 2 diff --git a/taskcluster/ci/test/web-platform.yml b/taskcluster/ci/test/web-platform.yml index 870eba4218c3..b4dd7fa15719 100644 --- a/taskcluster/ci/test/web-platform.yml +++ b/taskcluster/ci/test/web-platform.yml @@ -119,6 +119,7 @@ web-platform-tests-wdspec: mozharness: extra-options: - --test-type=wdspec + - --setpref=toolkit.asyncshutdown.log=true run-on-projects: by-test-platform: .*-qr/.*: ['release', 'try'] @@ -142,11 +143,13 @@ web-platform-tests-wdspec-headless: by-test-platform: windows.*: - --test-type=wdspec + - --setpref=toolkit.asyncshutdown.log=true - --headless - --headless-width=1600 - --headless-height=1200 default: - --test-type=wdspec + - --setpref=toolkit.asyncshutdown.log=true - --headless web-platform-tests-crashtests: