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 filters should be additive #3277

Closed
myuwono opened this issue Oct 31, 2022 · 0 comments · Fixed by #3278
Closed

Gradle filters should be additive #3277

myuwono opened this issue Oct 31, 2022 · 0 comments · Fixed by #3278

Comments

@myuwono
Copy link
Contributor

myuwono commented Oct 31, 2022

Which version of Kotest are you using
5.5.3

Context

All tests from A* and B* were skipped instead of being ran.

gradle test --tests "A*" --tests "B*"

This was a regression from 5.4.x, where this used to work. This was because kotest 5.5.3 were using the wrong combinators for combining the inclusion filters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant