You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both develocity and test-retry, includeAnnotationClasses specifies an annotation that can be set at class-level to filter retriable tests.
Ideally, I would like to annotate specific methods (in Spock and JUnit 5) that can be retried. To set retriability at the most granular level possible and avoid retrying tests wihout expected flakiness.