test: mark flaky test (#11799)

This commit is contained in:
Maksim Sadym 2024-01-31 16:58:31 +01:00 committed by GitHub
parent 67d6e89021
commit 6f00f3bfed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2537,6 +2537,12 @@
"parameters": ["cdp", "firefox"],
"expectations": ["SKIP"]
},
{
"testIdPattern": "[navigation.spec] navigation Page.waitForNavigation should work with history.pushState()",
"platforms": ["linux"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["PASS", "TIMEOUT"]
},
{
"testIdPattern": "[navigation.spec] navigation Page.waitForNavigation should work with history.replaceState()",
"platforms": ["darwin", "linux", "win32"],