Skip to content

Commit

Permalink
test: disable a flaky test for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Dec 4, 2024
1 parent a571bff commit 1a4cc92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/TestExpectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -3105,6 +3105,13 @@
"expectations": ["FAIL", "PASS"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
},
{
"testIdPattern": "[screenshot.spec] Screenshots ElementHandle.screenshot should run in parallel with page.close()",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["FAIL", "PASS"],
"comment": "Started to be flaky"
},
{
"testIdPattern": "[screenshot.spec] Screenshots Page.screenshot should clip clip bigger than the viewport without \"captureBeyondViewport\"",
"platforms": ["darwin", "linux", "win32"],
Expand Down

0 comments on commit 1a4cc92

Please sign in to comment.