We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, gradle retry plugin retries the whole spock specification instead of single failed test.
Possible ideas how to attempt to fix it: a) bump plugin version b) move to spock's @Retry plugin (https://spockframework.org/spock/docs/1.3/extensions.html) c) fix problem in https://github.com/gradle/test-retry-gradle-plugin
The text was updated successfully, but these errors were encountered:
5575: [TEST]: Fix retry mechanism in tests
c7f08ae
Implements #5575 * add description
06bb5cd
79de1c0
Implements #5575 * Bumped gradle retry plugin version
fd31a7e
No branches or pull requests
Currently, gradle retry plugin retries the whole spock specification instead of single failed test.
Possible ideas how to attempt to fix it:
a) bump plugin version
b) move to spock's @Retry plugin (https://spockframework.org/spock/docs/1.3/extensions.html)
c) fix problem in https://github.com/gradle/test-retry-gradle-plugin
The text was updated successfully, but these errors were encountered: