Skip to content

Commit

Permalink
chore(test): label coverage+debuger test with upstream bug (puppeteer…
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder authored and Roman Fojtik committed Dec 21, 2019
1 parent d4c40d9 commit 1b15ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/coverage.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ module.exports.addTests = function({testRunner, expect}) {
expect(coverage.length).toBe(0);
});
});
// @see https://crbug.com/990945
xit('should not hang when there is a debugger statement', async function({page, server}) {
await page.coverage.startJSCoverage();
await page.goto(server.EMPTY_PAGE);
Expand Down

0 comments on commit 1b15ddc

Please sign in to comment.