-
-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Let's say we have a flacky environment that might cause a few tests to fail in a row. If we use retry strategy in attempt to avoid failing test run on such flickers and no batching, it's likely that all the retries would hit the same environment fluke.
Describe the solution you'd like
Maybe it would be beneficial to have an alternative strategy for retry scheduling - scheduling all failed tests at the end of test run and then repeating X times according to the quota?
Describe alternatives you've considered
Tried using random order execution strategy - doesn't help.
Additional context
Add any other context or code about the feature request here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request