gradle / test-retry-gradle-plugin

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

Add func test for --test-dry-run #201

Closed jean-andre-gauthier closed 1 year ago

jean-andre-gauthier commented 1 year ago

On second thought, not replacing it fro dry-run might not be necessary since the original TestExecuter it delegates to should already handle dry-run mode correctly. If that's the case, I think we should only keep the func test.

Makes sense, I've removed the dry-run logic, and only kept the test

jean-andre-gauthier commented 1 year ago

rfm