test: skip failing wk test
This commit is contained in:
parent
3269358ac8
commit
06e48f2294
|
|
@ -534,7 +534,7 @@ module.exports.describe = function({testRunner, expect, headless, playwright, FF
|
|||
const result = await page.content();
|
||||
expect(result).toBe(expectedOutput);
|
||||
});
|
||||
it.skip(FFOX)('should not confuse with previous navigation', async({page, server}) => {
|
||||
it.skip(FFOX || WEBKIT)('should not confuse with previous navigation', async({page, server}) => {
|
||||
// TODO: ffox and webkit lack 'init' lifecycle event.
|
||||
const imgPath = '/img.png';
|
||||
let imgResponse = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue