chore: fix expectations (#12049)

This commit is contained in:
Nikolay Vitkov 2024-03-06 14:00:43 +01:00 committed by GitHub
parent 377b31a850
commit 3ba2a89c36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"],