Skip to content

Commit

Permalink
Unskip amp-brid-player tests ampproject#14833 (ampproject#17628)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvializ committed Sep 24, 2018
1 parent 5a83676 commit 3859679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test-video-players.js
Expand Up @@ -93,7 +93,7 @@ describe.skip('amp-ima-video', () => {
});

//TODO(cvializ, #14833): unskip after brid player is fixed
describe.skip('amp-brid-player', () => {
describe('amp-brid-player', () => {
runVideoPlayerIntegrationTests(fixture => {
const video = fixture.doc.createElement('amp-brid-player');
video.setAttribute('data-partner', '264');
Expand Down

0 comments on commit 3859679

Please sign in to comment.