Remove test parallelization (#712)

This commit is contained in:
Justin Kotalik 2018-03-22 09:36:04 -07:00 committed by GitHub
parent d61d723cba
commit edcc74be3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,4 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// All functional tests in this project require a version of IIS express with an updated schema
using Xunit;
[assembly: Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.IISExpressSupportsInProcessHosting]
[assembly: CollectionBehavior(DisableTestParallelization = true)]