From 568e827b2a84d9536f1395b0b70c71e026105724 Mon Sep 17 00:00:00 2001 From: Georges Lebreton Date: Tue, 3 Mar 2026 10:32:53 +0000 Subject: [PATCH] bump tag page test to 50% --- ab-testing/config/abTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,