Disable parallel test execution

- MultipleLoopTests and NetworkingTests seem to interfere with each other.
This commit is contained in:
Stephen Halter 2015-07-30 15:20:22 -07:00
parent 07de3cafd1
commit b2289b9a54
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
},
"commands": {
"run": "Microsoft.AspNet.Server.KestrelTests",
"test": "xunit.runner.aspnet"
"test": "xunit.runner.aspnet -parallel none"
}
}