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

Kotest's nested tests are failed to be retried #268

Closed
pshevche opened this issue Apr 1, 2024 · 1 comment
Closed

Kotest's nested tests are failed to be retried #268

pshevche opened this issue Apr 1, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@pshevche
Copy link
Member

pshevche commented Apr 1, 2024

Summary

Consider the following reproducer:

class FailingNestedTest : FreeSpec({

    "group of tests" - {
        "passing test" {
        }

        "failing test" {
            throw failure("Boom!")
        }
    }
})

The "failing test" will not be retried with the following failure:

Execution failed for task ':plugin:test'.
> The following test methods could not be retried, which is unexpected. Please file a bug report at https://github.com/gradle/test-retry-gradle-plugin/issues
     io.github.pshevche.act.FailingNestedTest#failing test
pshevche added a commit to pshevche/gradle-act-plugin that referenced this issue Apr 1, 2024
@pshevche
Copy link
Member Author

pshevche commented Apr 2, 2024

Closing in favor of #93

@pshevche pshevche closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2024
@pshevche pshevche added the duplicate This issue or pull request already exists label Apr 2, 2024
pshevche added a commit to pshevche/gradle-act-plugin that referenced this issue Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant