Skip to content

Commit

Permalink
Skip amp-bind 'should support binding to src' e2e test (#37583)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Feb 7, 2022
1 parent ac061f2 commit b7a3e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/test-amp-bind-iframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ describes.endtoend(
});

describe('with <amp-iframe>', () => {
it('should support binding to src', async () => {
// TODO(#37532): Unskip this test.
it.skip('should support binding to src', async () => {
const button = await controller.findElement('#iframeButton');
const ampIframe = await controller.findElement('#ampIframe');
const iframe = await controller.findElement('#ampIframe iframe');
Expand Down

0 comments on commit b7a3e17

Please sign in to comment.