Feature request: Add Ability to Mark Specific Tests as Needing Retries #1773
Closed
cwfitzgerald
started this conversation in
Feature requests
Replies: 2 comments 1 reply
-
Ah -- retries are definitely supported: [[profile.ci.overrides]]
filter = 'test(/\btest_network_/)'
retries = 4 But https://nexte.st/docs/configuration/per-test-overrides/ accidentally didn't mention them -- will fix that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added to https://nexte.st/docs/configuration/per-test-overrides/#supported-overrides. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
I have one specific test that is known flaky and needs a few retires, but I don't want to allow other tests to get flaky.
Proposal
Add
retry-count
or similar to the per-test configuration.Alternatives
None
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions