chore(test): label coverage+debuger test with upstream bug (#4807)

Filed as https://crbug.com/990945
This commit is contained in:
Joel Einbinder 2019-08-05 15:22:01 -07:00 committed by Andrey Lushnikov
parent f2056a8e25
commit a95ec70635

View File

@ -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);