mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: mark Frame.waitForSelector test as flaky in headful Firefox (#9307)
This commit is contained in:
parent
0ed361ddb7
commit
181b20fedf
@ -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"]
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user