Skip to content

Commit

Permalink
Skip flaky amp-list tests (#35379)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg committed Jul 23, 2021
1 parent a734dfc commit a5c5b5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/amp-list/0.1/test/test-amp-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ describes.repeated(
return list.layoutCallback();
});

it('should not unlock height for layout=container for unsuccessful attemptChangeHeight', () => {
// TODO(#35361): disabled in #35379
it.skip('should not unlock height for layout=container for unsuccessful attemptChangeHeight', () => {
expect(list.isLayoutSupported('container')).to.be.true;
expect(list.enableManagedResizing_).to.be.true;
expectFetch(DEFAULT_FETCHED_DATA, [itemElement]);
Expand Down

0 comments on commit a5c5b5f

Please sign in to comment.