Skip to content

Commit

Permalink
Ramp "intersect-resources" to 100% (third try) (#29733)
Browse files Browse the repository at this point in the history
* Enable intersect-resources in 100% prod.

* Temporarily skip problematic test.
  • Loading branch information
William Chou authored Aug 7, 2020
1 parent 57385ba commit c720e08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-system/global-configs/prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fix-inconsistent-responsive-height-selection": 0,
"fixed-elements-in-lightbox": 1,
"flexAdSlots": 0.05,
"intersect-resources": 0.1,
"intersect-resources": 1,
"ios-fixed-no-transfer": 0,
"protocol-adapters": 1,
"pump-early-frame": 1,
Expand Down
3 changes: 2 additions & 1 deletion extensions/amp-list/0.1/test-e2e/test-function-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ describes.endtoend(
controller = env.controller;
});

it.configure().run(
// TODO(choumx): Unskip when #29752 is merged.
it.configure().skip(
'should render list backed by amp-script data',
async function () {
const container = await getListContainer(controller);
Expand Down

0 comments on commit c720e08

Please sign in to comment.