Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry only failed invocations with JUnit5 ParameterizedTest #152

Open
iNikem opened this issue Oct 17, 2022 · 2 comments
Open

Retry only failed invocations with JUnit5 ParameterizedTest #152

iNikem opened this issue Oct 17, 2022 · 2 comments
Labels
blocked Something prevents from doing this enhancement New feature or request

Comments

@iNikem
Copy link

iNikem commented Oct 17, 2022

If I have a JUnit5 @ParameterizedTest and a single invocation this plugin will currently retry the whole method, with all parameters values. Is it possible to retry only those parameters combination that failed, not all of them?

@marcphilipp
Copy link
Contributor

Due to gradle/gradle#19897 that's currently not possible.

@iNikem
Copy link
Author

iNikem commented Oct 21, 2022

I see, thanks for info

@pshevche pshevche added enhancement New feature or request blocked Something prevents from doing this labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Something prevents from doing this enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants