File: Properties\AssemblyInfo.cs | Web Access |
Project: src\src\Servers\HttpSys\test\NonHelixTests\Microsoft.AspNetCore.Server.HttpSys.NonHelixTests.csproj (Microsoft.AspNetCore.Server.HttpSys.NonHelixTests) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.InternalTesting; using Xunit; [assembly: OSSkipCondition(OperatingSystems.MacOSX)] [assembly: OSSkipCondition(OperatingSystems.Linux)] [assembly: CollectionBehavior(DisableTestParallelization = true)] |