Skip to content

v5.5.4

Compare
Choose a tag to compare
@Kantis Kantis released this 03 Nov 21:26
· 433 commits to master since this release
3f568e4

Fixes issue 3277.

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

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

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.

Contributors: