mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(test): label coverage+debuger test with upstream bug (#4807)
Filed as https://crbug.com/990945
This commit is contained in:
parent
f2056a8e25
commit
a95ec70635
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user