diff --git a/test/navigation.spec.js b/test/navigation.spec.js index b1f57038fdfef..369e90cbe78c6 100644 --- a/test/navigation.spec.js +++ b/test/navigation.spec.js @@ -802,7 +802,7 @@ module.exports.describe = function({testRunner, expect, playwright, MAC, WIN, FF }); describe('Page.automaticWaiting', () => { - it('clicking anchor should await navigation', async({page, server}) => { + it.fail(CHROMIUM)('clicking anchor should await navigation', async({page, server}) => { const messages = []; server.setRoute('/empty.html', async (req, res) => { messages.push('route');