Bug 1912239 - [puppeteer] Update puppeteer test expectations r=webdriver-reviewers,whimboo

Depends on D219564

Differential Revision: https://phabricator.services.mozilla.com/D219565
This commit is contained in:
Julian Descottes 2024-08-20 19:45:11 +00:00
Родитель 309eca53bb
Коммит 4e741bfa84
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -1987,6 +1987,13 @@
"expectations": ["SKIP"],
"comment": "Cannot run on Mozilla CI"
},
{
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch can launch multiple instances without node warnings",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox"],
"expectations": ["PASS", "FAIL"],
"comment": "Frequent intermittent https://bugzilla.mozilla.org/show_bug.cgi?id=1908031"
},
{
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should close browser with beforeunload page",
"platforms": ["darwin", "linux", "win32"],
@ -2555,7 +2562,7 @@
{
"testIdPattern": "[oopif.spec] OOPIF should evaluate on a page with a PDF viewer",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"parameters": ["firefox"],
"expectations": ["SKIP"],
"comment": "chrome-specific test"
},