Skip to content

InIsolation flag throws error "The test source file "/InIsolation" provided was not found" #389

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

Closed
mayankbansal018 opened this issue Jan 27, 2017 · 2 comments

Comments

@mayankbansal018
Copy link
Contributor

Description

vstest does not accept /InIsolation as command

Steps to reproduce

run vstest.console unitest.dll /InIsolation

Expected behavior

The test should run

Actual behavior

Error: The test source file "/InIsolation" provided was not found

@codito
Copy link
Contributor

codito commented Jan 27, 2017

In current test platform, InIsolation is always true. Running tests without isolation is not supported.

Probably we should add an argument processor to maintain compat and inform the user about it is true by default.

@sbaid sbaid added this to the Preview 113.2 - 20160203 milestone Jan 29, 2017
@mayankbansal018
Copy link
Contributor Author

PR: #414

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants