Skip to content

Commit f8f613f

Browse files
committed
(2018-11-05, d26327a) amp-story-responsive-units: 1
Previous history on prod-config.json: - d26327a - 2018-11-05T12:02:25-05:00 - Re-launch amp-story-responsive-units experiment - d5ec88b - 2018-10-30T16:01:59-07:00 - Unlaunch amp-story-responsive-units for urgent release - 65379df - 2018-10-26T15:27:09-04:00 - Launch amp-story-responsive-units experiment
1 parent a950c37 commit f8f613f

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

build-system/global-configs/canary-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"canary": 1,
66
"a4aProfilingRate": 0.01,
77
"adsense-ad-size-optimization": 0.1,
8-
"amp-story-responsive-units": 1,
98
"amp-story-v1": 1,
109
"chunked-amp": 1,
1110
"doubleclickSraExp": 0.01,

build-system/global-configs/prod-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"a4aProfilingRate": 0.01,
66
"adsense-ad-size-optimization": 0.1,
77
"amp-accordion-display-locking": 1,
8-
"amp-story-responsive-units": 1,
98
"amp-story-v1": 1,
109
"chunked-amp": 1,
1110
"doubleclickSraExp": 0.01,

extensions/amp-story/1.0/test/test-amp-story.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,12 +1656,11 @@ describes.realWin(
16561656
});
16571657

16581658
describe('amp-story rewriteStyles', () => {
1659-
beforeEach(() => {
1660-
toggleExperiment(win, 'amp-story-responsive-units', true);
1661-
});
1659+
beforeEach(() => {});
16621660

16631661
afterEach(() => {
1664-
toggleExperiment(win, 'amp-story-responsive-units', false);
1662+
/* toggleExperiment(win, 'amp-story-responsive-units', false) // launched: true */
1663+
false;
16651664
});
16661665

16671666
it('should rewrite vw styles', async () => {

tools/experiments/experiments-config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ export const EXPERIMENTS = [
124124
spec: 'https://github.com/ampproject/amphtml/issues/11329',
125125
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/14357',
126126
},
127-
{
128-
id: 'amp-story-responsive-units',
129-
name: 'Scale pages in amp-story by rewriting responsive units',
130-
spec: 'https://github.com/ampproject/amphtml/issues/15955',
131-
cleanupIssue: 'https://github.com/ampproject/amphtml/issues/15960',
132-
},
133127
{
134128
id: 'amp-next-page',
135129
name: 'Document level next page recommendations and infinite scroll',

0 commit comments

Comments
 (0)