Skip to content

Commit

Permalink
test: mark Frame.waitForSelector test as flaky in headful Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Nov 23, 2022
1 parent eda1827 commit def8d01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/TestExpectations.json
Expand Up @@ -2116,5 +2116,11 @@
"platforms": ["linux"],
"parameters": ["chrome"],
"expectations": ["PASS", "FAIL"]
},
{
"testIdPattern": "[waittask.spec] waittask specs Frame.waitForSelector should survive cross-process navigation",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "headful"],
"expectations": ["PASS", "FAIL"]
}
]

0 comments on commit def8d01

Please sign in to comment.