From da92055e9c187f4d0cce6ca548bc69689c452b6d Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Wed, 23 Nov 2022 15:11:26 +0100 Subject: [PATCH] chore: include headless in the flaky test expectation (#9316) --- test/TestExpectations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index ecfb4d8a4956a..8aa467fdc4312 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2120,7 +2120,7 @@ { "testIdPattern": "[waittask.spec] waittask specs Frame.waitForSelector should survive cross-process navigation", "platforms": ["darwin", "linux", "win32"], - "parameters": ["firefox", "headful"], + "parameters": ["firefox"], "expectations": ["PASS", "FAIL"] } ]