diff --git a/ab-testing/config/abTests.ts b/ab-testing/config/abTests.ts index 9730cc14e56..4a7a077e10a 100644 --- a/ab-testing/config/abTests.ts +++ b/ab-testing/config/abTests.ts @@ -141,7 +141,7 @@ const ABTests: ABTest[] = [ expirationDate: `2026-03-31`, type: "server", status: "ON", - audienceSize: 0 / 100, + audienceSize: 50 / 100, audienceSpace: "B", groups: ["control", "variant"], shouldForceMetricsCollection: false,