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

Gradle retry plugin retries whole test class instead of single test #5575

Open
pkazlenka opened this issue Feb 6, 2024 · 0 comments
Open

Comments

@pkazlenka
Copy link
Collaborator

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

pkazlenka added a commit that referenced this issue Feb 6, 2024
pkazlenka added a commit that referenced this issue Feb 7, 2024
pkazlenka added a commit that referenced this issue Feb 8, 2024
Implements #5575

* Bumped gradle retry plugin version
pkazlenka added a commit that referenced this issue Feb 8, 2024
Implements #5575

* Bumped gradle retry plugin version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant