hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
215 stars 55 forks source link

bugfix: skipped tests were run using autorun+retire #140

Closed matepek closed 4 years ago

matepek commented 4 years ago

Fixes #139

hbenl commented 4 years ago

This is actually a design decision: I want to leave as much logic to the adapters as possible. So you should filter out the skipped tests in your adapter if your test framework doesn't do that for you.

matepek commented 4 years ago

Would you change the name of my adapter in the next version pls ^^

hbenl commented 4 years ago

I already did ;)