Skip to content

Commit

Permalink
test: roll test-runner to 0.2.9 (#3752)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman authored Sep 3, 2020
1 parent 84a0066 commit 7ad5bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/playwright.fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ registerWorkerFixture('browserType', async ({playwright, browserName}, test) =>
});

registerWorkerFixture('browserName', async ({}, test) => {
await test('chromium');
throw new Error(`Parameter 'browserName' is not specified`);
});

registerWorkerFixture('browser', async ({browserType, defaultBrowserOptions}, test) => {
Expand Down
1 change: 1 addition & 0 deletions test/screencast.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ class VideoPlayer {

describe('screencast', suite => {
suite.slow();
suite.flaky();
suite.skip(options.WIRE);
}, () => {
it('should capture static page', test => {
Expand Down

0 comments on commit 7ad5bd9

Please sign in to comment.