From 677ebf882ff0e595c0f8e7354b249670ea0a2778 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Fri, 6 Mar 2020 10:54:34 -0800 Subject: [PATCH] test: mark "clicking anchor should await navigation" as failing on chromium --- test/navigation.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');