From 181b20fedff151a5e4765554fd9fdc2916aa844d Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Wed, 23 Nov 2022 13:09:19 +0100 Subject: [PATCH] test: mark Frame.waitForSelector test as flaky in headful Firefox (#9307) --- test/TestExpectations.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 6782be7f..ecfb4d8a 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2116,5 +2116,11 @@ "platforms": ["linux"], "parameters": ["chrome"], "expectations": ["PASS", "FAIL"] + }, + { + "testIdPattern": "[waittask.spec] waittask specs Frame.waitForSelector should survive cross-process navigation", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox", "headful"], + "expectations": ["PASS", "FAIL"] } ]