Skip to content

Commit

Permalink
chore(test): label coverage+debuger test with upstream bug (#4807)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder authored and aslushnikov committed Aug 5, 2019
1 parent f2056a8 commit a95ec70
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 a95ec70

Please sign in to comment.