From 26a2d1c98503d991e20738ff16177fbbd5bf0238 Mon Sep 17 00:00:00 2001 From: Cynthia Anyaeriuba Date: Thu, 25 Jan 2024 10:17:50 +0000 Subject: [PATCH] Remove Find your UTR number A/B test --- ab_tests.yaml | 4 ---- dictionaries.yaml | 6 ------ 2 files changed, 10 deletions(-) diff --git a/ab_tests.yaml b/ab_tests.yaml index 70bd74a..70beeb0 100644 --- a/ab_tests.yaml +++ b/ab_tests.yaml @@ -7,10 +7,6 @@ - BankHolidaysTest: - A - B -- FindUtrNumberVideoLinks: - - A - - B - - Z - VertexSearch: - A - B diff --git a/dictionaries.yaml b/dictionaries.yaml index 77dfc91..0bc5885 100644 --- a/dictionaries.yaml +++ b/dictionaries.yaml @@ -1,7 +1,6 @@ active_ab_tests: Example: true BankHolidaysTest: true - FindUtrNumberVideoLinks: true VertexSearch: true SAVideoStopSelfEmployed: true SAVideoReturn1: true @@ -10,7 +9,6 @@ active_ab_tests: ab_test_expiries: Example: 86400 BankHolidaysTest: 86400 - FindUtrNumberVideoLinks: 7776000 # 90 days VertexSearch: 86400 SAVideoStopSelfEmployed: 7776000 # 90 days SAVideoReturn1: 7776000 # 90 days @@ -23,10 +21,6 @@ example_percentages: bankholidaystest_percentages: A: 99 B: 1 -findutrnumbervideolinks_percentages: - A: 50 - B: 50 - Z: 0 vertexsearch_percentages: A: 1 B: 1