Skip to content

Commit

Permalink
test: mark "should produce screencast frames fit" as flaky on wk linux (
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed May 17, 2021
1 parent c4b7818 commit c23a06c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tracing.spec.ts
Expand Up @@ -118,6 +118,7 @@ for (const params of [
browserTest(`should produce screencast frames ${params.id}`, async ({ video, contextFactory, browserName, platform }, testInfo) => {
browserTest.fixme(browserName === 'chromium' && video, 'Same screencast resolution conflicts');
browserTest.fixme(params.id === 'fit' && browserName === 'chromium' && platform === 'darwin', 'High DPI maxes image at 600x600');
browserTest.fixme(params.id === 'fit' && browserName === 'webkit' && platform === 'linux', 'Image size is flaky');

const scale = Math.min(800 / params.width, 600 / params.height, 1);
const previewWidth = params.width * scale;
Expand Down

0 comments on commit c23a06c

Please sign in to comment.