From 90ff821c0dab5027a63a12cc0515d60e0ff29775 Mon Sep 17 00:00:00 2001 From: Rikard Lundmark Date: Mon, 28 Oct 2019 10:55:22 +0000 Subject: [PATCH] Ramp down inconsistent height selection fix experiment to 0%. This doesn't work very well on desktop / tablet so we need to fix that before proceeding. --- build-system/global-configs/canary-config.json | 2 +- build-system/global-configs/prod-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-system/global-configs/canary-config.json b/build-system/global-configs/canary-config.json index bc1884f8e0d9..0f8973ddf751 100644 --- a/build-system/global-configs/canary-config.json +++ b/build-system/global-configs/canary-config.json @@ -37,7 +37,7 @@ "doubleclickSraExp": 0.01, "doubleclickSraReportExcludedBlock": 0.1, "fie-css-cleanup": 1, - "fix-inconsistent-responsive-height-selection": 0.05, + "fix-inconsistent-responsive-height-selection": 0, "fixed-elements-in-lightbox": 1, "flexAdSlots": 0.05, "hidden-mutation-observer": 1, diff --git a/build-system/global-configs/prod-config.json b/build-system/global-configs/prod-config.json index 5c664b73e78e..57c9524d1b51 100644 --- a/build-system/global-configs/prod-config.json +++ b/build-system/global-configs/prod-config.json @@ -36,7 +36,7 @@ "chunked-amp": 1, "doubleclickSraExp": 0.01, "doubleclickSraReportExcludedBlock": 0.1, - "fix-inconsistent-responsive-height-selection": 0.05, + "fix-inconsistent-responsive-height-selection": 0, "fixed-elements-in-lightbox": 1, "flexAdSlots": 0.05, "hidden-mutation-observer": 1,