diff --git a/ab_tests.yaml b/ab_tests.yaml index f329c5f..ea76686 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 0e4d957..9a4a84b 100644 --- a/dictionaries.yaml +++ b/dictionaries.yaml @@ -1,7 +1,6 @@ active_ab_tests: Example: true BankHolidaysTest: true - FindUtrNumberVideoLinks: true VertexSearch: true SAVideoStopSelfEmployed2: true SAVideoReturn2: true @@ -9,7 +8,6 @@ active_ab_tests: ab_test_expiries: Example: 86400 BankHolidaysTest: 86400 - FindUtrNumberVideoLinks: 7776000 # 90 days VertexSearch: 86400 SAVideoStopSelfEmployed2: 7776000 # 90 days SAVideoReturn2: 7776000 # 90 days @@ -21,10 +19,6 @@ example_percentages: bankholidaystest_percentages: A: 99 B: 1 -findutrnumbervideolinks_percentages: - A: 50 - B: 50 - Z: 0 vertexsearch_percentages: A: 0 B: 0