mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix expectations (#12049)
This commit is contained in:
parent
377b31a850
commit
3ba2a89c36
@ -55,6 +55,13 @@
|
||||
"expectations": ["SKIP"],
|
||||
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[headful.spec] *",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
"parameters": ["headless"],
|
||||
"expectations": ["SKIP"],
|
||||
"comment": "Spawns headful browser, needs display or `xvfb` like which is not required for other headless tests"
|
||||
},
|
||||
{
|
||||
"testIdPattern": "[idle_override.spec] *",
|
||||
"platforms": ["darwin", "linux", "win32"],
|
||||
|
Loading…
Reference in New Issue
Block a user