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,