Disable parallel test execution
- MultipleLoopTests and NetworkingTests seem to interfere with each other.
This commit is contained in:
parent
07de3cafd1
commit
b2289b9a54
|
|
@ -19,6 +19,6 @@
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"run": "Microsoft.AspNet.Server.KestrelTests",
|
"run": "Microsoft.AspNet.Server.KestrelTests",
|
||||||
"test": "xunit.runner.aspnet"
|
"test": "xunit.runner.aspnet -parallel none"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue