test: disable flaky tests (#11860)

This commit is contained in:
Alex Rudenko 2024-02-07 09:56:14 +01:00 committed by GitHub
parent 87b4e401e0
commit 4d3fb8f487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2765,13 +2765,8 @@
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Browser.disconnect should reject navigation when browser closes",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "webDriverBiDi"],
"expectations": ["FAIL", "PASS"]
},
{
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Browser.disconnect should reject navigation when browser closes",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "webDriverBiDi"],
"expectations": ["PASS"]
"expectations": ["SKIP"],
"comment": "https://github.com/puppeteer/puppeteer/issues/11849"
},
{
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Browser.disconnect should reject navigation when browser closes",
@ -3245,7 +3240,8 @@
"testIdPattern": "[navigation.spec] navigation Page.waitForNavigation should work with history.replaceState()",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["PASS", "TIMEOUT"]
"expectations": ["SKIP"],
"comment": "https://github.com/puppeteer/puppeteer/issues/11854"
},
{
"testIdPattern": "[navigation.spec] navigation Page.waitForNavigation should work with history.replaceState()",