-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 4283: Disabling field trials #4551
Conversation
b70e246
to
55ec4dc
Compare
package.json
Outdated
@@ -42,7 +42,7 @@ | |||
}, | |||
"brave-core": { | |||
"dir": "src/brave", | |||
"branch": "master", | |||
"branch": "disable_field_trials", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this need to be here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be reverted once PR builder goes through
@@ -64,6 +64,7 @@ Config.prototype.buildArgs = function () { | |||
const chrome_version_parts = this.chromeVersion.split('.') | |||
|
|||
let args = { | |||
fieldtrial_testing_like_official_build: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
b66abde
to
c07d69a
Compare
…e_official_build` in config.js auditors: @bridiver, @bbondy, @diracdeltas, @bsclifton, @simonhong
c07d69a
to
1e5c27b
Compare
Make sure brave/brave-browser#4551 and #2471 landed first
Make sure brave/brave-browser#4551 and #2471 landed first
Make sure brave/brave-browser#4551 and #2471 landed first
Make sure brave/brave-browser#4551 and #2471 landed first
Make sure brave/brave-browser#4551 and #2471 landed first
Make sure brave/brave-browser#4551 and #2471 landed first
Make sure brave/brave-browser#4551 and #2471 landed first
Make sure brave/brave-browser#4551 and #2471 landed first
Make sure brave/brave-browser#4551 and #2471 landed first
Make sure brave/brave-browser#4551 and #2471 landed first
Make sure brave/brave-browser#4551 and #2471 landed first
Make sure brave/brave-browser#4551 and #2471 landed first
Fix #4283
PR builder passed: https://staging.ci.brave.com/job/brave-browser-build-pr/job/PR-4551/24/
Description
This PR disables field trials in Brave by setting
fieldtrial_testing_like_official_build
in config.js.The follow-up PR: brave/brave-core#2471 :
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests && npm run test-security
) ongit rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.