From 507efc610b8f065543e459d18e91737ea0ebd32c Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 24 Nov 2022 13:13:03 +0100 Subject: [PATCH] chore: mark a waitForFunction test as flaky in Firefox (#9323) --- test/TestExpectations.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 8aa467fdc43..cfb9d68d48f 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2122,5 +2122,11 @@ "platforms": ["darwin", "linux", "win32"], "parameters": ["firefox"], "expectations": ["PASS", "FAIL"] + }, + { + "testIdPattern": "[waittask.spec] waittask specs Frame.waitForFunction should survive cross-process navigation", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox"], + "expectations": ["PASS", "FAIL"] } ]