diff --git a/build-system/global-configs/canary-config.json b/build-system/global-configs/canary-config.json index d219a83b1ab8..f1ebbb115d9a 100644 --- a/build-system/global-configs/canary-config.json +++ b/build-system/global-configs/canary-config.json @@ -1,7 +1,6 @@ { "canary": true, "no-auth-in-prerender": 1, - "amp-sticky-ad": 1, "amp-live-list": 1, "amp-ios-overflow-x": 1, "amp-experiment": 1, diff --git a/build-system/global-configs/prod-config.json b/build-system/global-configs/prod-config.json index 9873339333bb..289a633d240f 100644 --- a/build-system/global-configs/prod-config.json +++ b/build-system/global-configs/prod-config.json @@ -1,7 +1,6 @@ { "canary": false, "no-auth-in-prerender": 1, - "amp-sticky-ad": 1, "amp-live-list": 1, "amp-ios-overflow-x": 1, "amp-experiment": 1 diff --git a/tools/experiments/experiments.js b/tools/experiments/experiments.js index 37940c93bb53..89d3f955564e 100644 --- a/tools/experiments/experiments.js +++ b/tools/experiments/experiments.js @@ -75,12 +75,6 @@ const EXPERIMENTS = [ 'extensions/amp-fx-flying-carpet/amp-fx-flying-carpet.md', cleanupIssue: 'https://github.com/ampproject/amphtml/issues/4003', }, - { - id: 'amp-sticky-ad', - name: 'AMP Sticky Ad', - spec: 'https://github.com/ampproject/amphtml/issues/2472', - cleanupIssue: 'https://github.com/ampproject/amphtml/issues/4002', - }, { id: 'amp-access-server', name: 'AMP Access server side prototype',