Skip to content

Commit

Permalink
ci: Allow more retries, for the avm2/graphics_round_rects test too
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Aug 20, 2024
1 parent 4ef26ac commit 0808465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TODO: Figure out why this specific test is flaky on CI, fix it, then delete this file.
# TODO: Figure out why these specific tests are flaky on CI, fix them, then delete this file.
[[profile.ci.overrides]]
filter = "test(avm2/pixelbender_shaderdata)"
retries = 3
filter = "test(avm2/pixelbender_shaderdata) or test(avm2/graphics_round_rects)"
retries = 4

0 comments on commit 0808465

Please sign in to comment.