Skip to content

Commit

Permalink
Disable testPrivacyProOnboardingCopyNov24 and removed cohorts (#2656)
Browse files Browse the repository at this point in the history
* Disable testPrivacyProOnboardingCopyNov24 and removed cohorts

* Change cohorts weight to 0
nalcalag authored Jan 17, 2025
1 parent 4108d99 commit a5bd49d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
@@ -1602,7 +1602,7 @@
"state": "enabled"
},
"testPrivacyProOnboardingCopyNov24": {
"state": "enabled",
"state": "disabled",
"description": "copy test in privacy pro onboarding dialog",
"targets": [
{
@@ -1614,19 +1614,19 @@
"cohorts": [
{
"name": "control",
"weight": 1
"weight": 0
},
{
"name": "protection",
"weight": 1
"weight": 0
},
{
"name": "deal",
"weight": 1
"weight": 0
},
{
"name": "step",
"weight": 1
"weight": 0
}
]
}

0 comments on commit a5bd49d

Please sign in to comment.