Skip to content

Commit

Permalink
Skip amp-video-iframe integration tests (ampproject#19342)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorozco authored and Enriqe committed Nov 28, 2018
1 parent 69c34fd commit 16f5223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/test-video-players.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ describe.configure().skipIos().run('amp-video', () => {
});
});

describe.configure().skipIos().run('amp-video-iframe', () => {
// TODO(alanorozco): unskip
describe.skip('amp-video-iframe', () => {
runVideoPlayerIntegrationTests(fixture => {
const video = fixture.doc.createElement('amp-video-iframe');
video.setAttribute('src', '/examples/amp-video-iframe/frame.html');
Expand Down

0 comments on commit 16f5223

Please sign in to comment.