Skip to content

Commit f3734c3

Browse files
committed
test: mark "should await navigating specified target" as failing on chromium
1 parent 3288057 commit f3734c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/navigation.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ module.exports.describe = function({testRunner, expect, playwright, MAC, WIN, FF
905905
]);
906906
expect(messages.join('|')).toBe('route|waitForNavigation|evaluate');
907907
});
908-
it('should await navigating specified target', async({page, server}) => {
908+
it.fail(CHROMIUM)('should await navigating specified target', async({page, server}) => {
909909
const messages = [];
910910
server.setRoute('/empty.html', async (req, res) => { messages.push('route'); res.end('done'); });
911911

0 commit comments

Comments
 (0)