scalatest / scalatestplus-junit5

Apache License 2.0
4 stars 4 forks source link

Excluding all tags in a suite results in all tests being ran #21

Closed Thrillpool closed 3 days ago

Thrillpool commented 1 month ago

If you take the example https://github.com/scalatest/scalatestplus-junit5/blob/main/examples/gradle-example/build.gradle#L25 and add "TagTwo" to the list as well, then running the TaggedTest suite results in all tests being ran, whereas if you only have "TagOne" excluded, then just one tests runs (the "TagTwo" one).