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

Verifiy parallel test run #145

Closed
karataliu opened this issue Jul 27, 2015 · 2 comments
Closed

Verifiy parallel test run #145

karataliu opened this issue Jul 27, 2015 · 2 comments
Labels
Milestone

Comments

@karataliu
Copy link
Contributor

Currently we've got the following in test projects to disable parallel run in xunit 2.0

[assembly: Xunit.CollectionBehavior(DisableTestParallelization = true)]

Should verify whether we should enable it for non-E2E projects.

@karataliu
Copy link
Contributor Author

Affected projects:

Microsoft.Restier.EntityFramework.Tests
Microsoft.Restier.Samples.Northwind.Tests
Microsoft.Restier.Webapi.Test.Scenario

@karataliu karataliu self-assigned this Jul 29, 2015
@karataliu karataliu added this to the v0.3.0-beta2 milestone Jul 29, 2015
@karataliu karataliu modified the milestones: v0.3.0-beta2, v0.3.0-beta4 Sep 2, 2015
@lewischeng-ms
Copy link
Contributor

Now test run is all OK.

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

2 participants