Quarantine tests (#26062)

This commit is contained in:
Pranav K 2020-09-18 13:08:30 -07:00 committed by GitHub
parent 7e0e801bb4
commit 611ee61e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
{
}
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/26060")]
[ConditionalTheory]
[InlineData("GET")]
[InlineData("HEAD")]

View File

@ -12,6 +12,9 @@
-->
<UseAspNetCoreSharedRuntime>true</UseAspNetCoreSharedRuntime>
<DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>true</DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>
<!-- Skipped due to https://github.com/dotnet/aspnetcore/issues/26061 -->
<SkipTests Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</SkipTests>
</PropertyGroup>
<ItemGroup>