From bd0be7f0d575bc1faddd543bd39b57b2d225bb59 Mon Sep 17 00:00:00 2001 From: Christian Sutter Date: Thu, 28 Nov 2024 16:38:34 +0000 Subject: [PATCH] Remove `SearchAutocomplete` AB test --- dictionaries.yaml | 6 ------ www/ab_tests.yaml | 4 ---- 2 files changed, 10 deletions(-) diff --git a/dictionaries.yaml b/dictionaries.yaml index faf1315..68ebcdd 100644 --- a/dictionaries.yaml +++ b/dictionaries.yaml @@ -1,11 +1,9 @@ active_ab_tests: Example: true BankHolidaysTest: true - SearchAutocomplete: true ab_test_expiries: Example: 86400 BankHolidaysTest: 86400 - SearchAutocomplete: 7776000 # 90 days # AB test percentages example_percentages: A: 50 @@ -13,7 +11,3 @@ example_percentages: bankholidaystest_percentages: A: 99 B: 1 -searchautocomplete_percentages: - A: 50 # Autocomplete off - B: 50 # Autocomplete on - Z: 0 # Autocomplete off (control) diff --git a/www/ab_tests.yaml b/www/ab_tests.yaml index 2b24a68..ed15706 100644 --- a/www/ab_tests.yaml +++ b/www/ab_tests.yaml @@ -7,7 +7,3 @@ - BankHolidaysTest: - A - B -- SearchAutocomplete: - - A # Autocomplete off - - B # Autocomplete on - - Z # Autocomplete off (control)