Skip to content

Commit

Permalink
Skip amp-dailymotion for video player tests
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Oct 29, 2024
1 parent beea88d commit ba5e194
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 @@ -48,7 +48,8 @@ describes.sandboxed.skip('amp-youtube', {}, (env) => {
);
});

describes.sandboxed('amp-dailymotion', {}, (env) => {
// TODO(#40181): amp-dailymotion tests not working on Circle.
describes.sandboxed.skip('amp-dailymotion', {}, (env) => {
runVideoPlayerIntegrationTests(
env,
(fixture) => {
Expand Down

0 comments on commit ba5e194

Please sign in to comment.