From f07bee94671225a93c62bed724ceae69411d9ecd Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Sun, 23 Mar 2025 13:49:24 +0000 Subject: [PATCH] Bug 1710425 - [raptor] Temporarily skip system access check in Marionette. r=perftest-reviewers,sparky Differential Revision: https://phabricator.services.mozilla.com/D241415 --- testing/profiles/raptor/user.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/profiles/raptor/user.js b/testing/profiles/raptor/user.js index e69632eab4be..7fbaeaf3d6a6 100644 --- a/testing/profiles/raptor/user.js +++ b/testing/profiles/raptor/user.js @@ -53,3 +53,7 @@ user_pref('media.block-autoplay-until-in-foreground', true); // Turn off update user_pref("app.update.disabledForTesting", true); + +// Temporarily turn off the system access check until Browsertime will pass +// the --remote-allow-system-access argument to Firefox. +user_pref("remote.system-access-check.enabled", false);