#263 Disable parallel test execution to improve reliability

This commit is contained in:
Chris R 2017-01-04 11:13:28 -08:00
Родитель 6125e3982b
Коммит d04dc7182a
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -2,6 +2,8 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNetCore.Testing.xunit;
using Xunit;
[assembly: OSSkipCondition(OperatingSystems.MacOSX)]
[assembly: OSSkipCondition(OperatingSystems.Linux)]
[assembly: OSSkipCondition(OperatingSystems.Linux)]
[assembly: CollectionBehavior(DisableTestParallelization = true)]