test: mark Page.authenticate as flaky (#12255)

This commit is contained in:
Alex Rudenko 2024-04-11 18:10:34 +02:00 committed by GitHub
parent efc74a7366
commit f75756cd38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2740,6 +2740,13 @@
"expectations": ["SKIP"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
},
{
"testIdPattern": "[network.spec] network Page.authenticate should work",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "webDriverBiDi"],
"expectations": ["FAIL", "PASS"],
"comment": "Flaky see https://github.com/puppeteer/puppeteer/issues/12253"
},
{
"testIdPattern": "[network.spec] network Page.authenticate should work",
"platforms": ["darwin", "linux", "win32"],