test: mark "clicking anchor should await navigation" as failing on chromium

This commit is contained in:
Pavel Feldman 2020-03-06 10:54:34 -08:00
parent f3734c3e86
commit 677ebf882f

View file

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