Skip to content

Commit

Permalink
test: mark "should await navigating specified target" as failing on c…
Browse files Browse the repository at this point in the history
…hromium
  • Loading branch information
pavelfeldman committed Mar 6, 2020
1 parent 3288057 commit f3734c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/navigation.spec.js
Expand Up @@ -905,7 +905,7 @@ module.exports.describe = function({testRunner, expect, playwright, MAC, WIN, FF
]);
expect(messages.join('|')).toBe('route|waitForNavigation|evaluate');
});
it('should await navigating specified target', async({page, server}) => {
it.fail(CHROMIUM)('should await navigating specified target', async({page, server}) => {
const messages = [];
server.setRoute('/empty.html', async (req, res) => { messages.push('route'); res.end('done'); });

Expand Down

0 comments on commit f3734c3

Please sign in to comment.