diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 0fce6e295b9..a9d8489ae61 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -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"],