chore: mark a waitForFunction test as flaky in Firefox (#9323)

This commit is contained in:
Alex Rudenko 2022-11-24 13:13:03 +01:00 committed by GitHub
parent b4bee49152
commit 507efc610b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2122,5 +2122,11 @@
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox"],
"expectations": ["PASS", "FAIL"]
},
{
"testIdPattern": "[waittask.spec] waittask specs Frame.waitForFunction should survive cross-process navigation",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox"],
"expectations": ["PASS", "FAIL"]
}
]