test(webkit): disable flaky offline test
This commit is contained in:
parent
b4209e9dc8
commit
4a8318da6e
|
|
@ -545,7 +545,7 @@ module.exports.describe = function({testRunner, expect, defaultBrowserOptions, p
|
||||||
});
|
});
|
||||||
|
|
||||||
describe.skip(FFOX)('Interception.setOfflineMode', function() {
|
describe.skip(FFOX)('Interception.setOfflineMode', function() {
|
||||||
it('should work', async({page, server}) => {
|
it.skip(WEBKIT)('should work', async({page, server}) => {
|
||||||
await page.setOfflineMode(true);
|
await page.setOfflineMode(true);
|
||||||
let error = null;
|
let error = null;
|
||||||
await page.goto(server.EMPTY_PAGE).catch(e => error = e);
|
await page.goto(server.EMPTY_PAGE).catch(e => error = e);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue