Skip to content

Commit

Permalink
Turn on the iOS incremental feature flag test (#1316)
Browse files Browse the repository at this point in the history
* Turn on incrementalRolloutTest2 for iOS at 1% rollout

* Moved below `contentBlocking` feature

* Added `exceptions` property as per failing unit test

---------

Co-authored-by: Brad Slayter <[email protected]>
  • Loading branch information
amddg44 and SlayterDev authored Sep 22, 2023
1 parent 2d5d479 commit 1643f90
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions overrides/ios-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
"exceptions": [
]
},
"incrementalRolloutTest2": {
"state": "enabled",
"features": {
"rollout": {
"state": "enabled",
"rollout": {
"steps": [
{
"percent": 1.0
}
]
}
}
},
"exceptions": [
]
},
"fingerprintingTemporaryStorage": {
"state": "enabled"
},
Expand Down

0 comments on commit 1643f90

Please sign in to comment.