Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up skipped tests execution #39

Closed
kzu opened this issue Aug 23, 2022 · 0 comments
Closed

Speed up skipped tests execution #39

kzu opened this issue Aug 23, 2022 · 0 comments
Labels

Comments

@kzu
Copy link
Collaborator

kzu commented Aug 23, 2022

Currently, skipped tests will still cause a VS launch (potentially) and remote
process invocation, but this is unnecessary since the outcome of the execution
will be the same as if it was executed by the default xunit runner.

@kzu kzu added the bug label Aug 23, 2022
kzu added a commit that referenced this issue Aug 23, 2022
This shortcirtuits test runs when they will be skipped, and
also avoids launching VS altogether unless at least one
test is actually executed.

Fixes #39
@kzu kzu closed this as completed in 07a96a4 Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant