gradle / test-retry-gradle-plugin

Gradle plugin to retry tests that have failed to mitigate test flakiness.
Apache License 2.0
224 stars 50 forks source link

Unable to retry for the test name that contains [round, square] brackets #155

Closed joey-yoonsung closed 1 year ago

joey-yoonsung commented 1 year ago
org.gradle.test-retry was unable to retry the following test methods, which is unexpected.

Retrying is not working with the above error message. I found the cause is the test name contains round brackets () or square brackets[]

KroArtem commented 1 year ago

I think it's a duplicate of https://github.com/gradle/test-retry-gradle-plugin/issues/123

marcphilipp commented 1 year ago

Duplicate of #123