tasty icon indicating copy to clipboard operation
tasty copied to clipboard

Using sequential test groups seems to break the ability to filter out specific tests

Open michaelpj opened this issue 6 months ago • 1 comments

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

michaelpj avatar Jun 09 '25 07:06 michaelpj

Yes, that's intentional but probably not documented explicitly enough.

Bodigrim avatar Jun 09 '25 19:06 Bodigrim

@Bodigrim This should probably be closed, as #448 fixed it !

Raveline avatar Aug 11 '25 09:08 Raveline