Skip to content

Commit

Permalink
set retries to zero in nextest config
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdozier committed Apr 15, 2024
1 parent 02151c6 commit 841d406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fail-fast = false
filter = "kind(test)"

# Retry failed tests in CI
retries = { count = 2, backoff = "exponential", delay = "10s" }
retries = 0

[[profile.default.overrides]]
filter = "kind(test) & test(test_parameters)"
Expand Down

0 comments on commit 841d406

Please sign in to comment.