Skip to content

Commit

Permalink
Revert "⏪Unskip amp-brid-player tests" (ampproject#18333)
Browse files Browse the repository at this point in the history
* Revert "Fix spelling corrections for test-amp-ad-network-adsense-impl.js (Codelab 23) (ampproject#18323)"

This reverts commit 86b4990.

* Revert "Remove experiment (ampproject#18303)"

This reverts commit 037acf4.

* Revert "Fix spelling corrections for amp-subscriptions.md (Codelab 12) (ampproject#18320)"

This reverts commit bef98ea.

* Revert "Prefer American spelling: behaviour -> behavior (ampproject#18314)"

This reverts commit 01c27b3.

* Revert "Amp-Instagram: Update amp-instagram.md spelling from 'attept' to 'attempt'. (ampproject#18313)"

This reverts commit 7176925.

* Revert "fix spelling of "white listed" from "whitelisted" in readme, for consistency (ampproject#18304)"

This reverts commit 9b58f86.

* Revert "Change "whitelisted" to "white listed" (ampproject#18301)"

This reverts commit 425cf9f.

* Revert "Fix spelling issue in product page source (ampproject#18302)"

This reverts commit 61c7a2a.

* Revert "✨Implement Scroll App connect flow for Safari (ampproject#17987)"

This reverts commit 2b04e46.

* Revert "Changed i18n to internationalization (ampproject#18307)"

This reverts commit 34e6e54.

* Revert "fix spelling favour into favor (ampproject#18299)"

This reverts commit 067f0a6.

* Revert "Add fetch for upstream (ampproject#18289)"

This reverts commit e8ada57.

* Revert "Fix typo. (ampproject#18274)"

This reverts commit 4272e32.

* Revert "Improve testing section in "getting-started-e2e.md" (ampproject#17720)"

This reverts commit 146cde4.

* Revert "Unskip amp-brid-player tests ampproject#14833 (ampproject#17628)"

This reverts commit 3859679.
  • Loading branch information
aghassemi authored and GoTcWang committed Sep 25, 2018
1 parent 5e54bec commit 808c8f4
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('amp-brid-player', () => {
describe.skip('amp-brid-player', () => {
runVideoPlayerIntegrationTests(fixture => {
const video = fixture.doc.createElement('amp-brid-player');
video.setAttribute('data-partner', '264');
Expand Down

0 comments on commit 808c8f4

Please sign in to comment.