Skip to content

Commit

Permalink
Skip flaky tests for amp-mowplayer (#39844)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg authored Feb 20, 2024
1 parent 9d653e2 commit a90afda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/amp-mowplayer/0.1/test/test-amp-mowplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ describes.realWin(
});
}

describe('with data-mediaid', function () {
// TODO(#39845): Fix flaky tests.
describe.skip('with data-mediaid', function () {
runTestsForDatasource(EXAMPLE_VIDEOID);
});

Expand Down

0 comments on commit a90afda

Please sign in to comment.