Skip to content

Commit a90afda

Browse files
Skip flaky tests for amp-mowplayer (#39844)
1 parent 9d653e2 commit a90afda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/amp-mowplayer/0.1/test/test-amp-mowplayer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ describes.realWin(
5454
});
5555
}
5656

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

0 commit comments

Comments
 (0)