#263 Disable parallel test execution to improve reliability
This commit is contained in:
parent
6125e3982b
commit
d04dc7182a
|
|
@ -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)]
|
||||
Loading…
Reference in New Issue