Skip to content

Commit

Permalink
Merge branch 'ampproject:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocs1 authored Oct 29, 2024
2 parents 19225c2 + 34a72d8 commit b448208
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 b448208

Please sign in to comment.