Skip to content

Commit

Permalink
Disable flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg committed Feb 22, 2024
1 parent cf599b1 commit bdba728
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 @@ -60,7 +60,8 @@ describes.sandboxed('amp-dailymotion', {}, (env) => {
);
});

describes.sandboxed('amp-3q-player', {}, (env) => {
// TODO(#39857): Unskip when integration is fixed.
describes.sandboxed.skip('amp-3q-player', {}, (env) => {
runVideoPlayerIntegrationTests(
env,
(fixture) => {
Expand Down

0 comments on commit bdba728

Please sign in to comment.