tasty
tasty copied to clipboard
Using sequential test groups seems to break the ability to filter out specific tests
I don't know if this is intentional. It might be - arguably "run the tests in this specific order" implies "don't skip any", but it's a bit surprising.
See e.g. https://github.com/haskell/haskell-language-server/pull/4623
Yes, that's intentional but probably not documented explicitly enough.
@Bodigrim This should probably be closed, as #448 fixed it !