Quarantine tests (#26062)
This commit is contained in:
parent
7e0e801bb4
commit
611ee61e0e
|
|
@ -43,6 +43,7 @@ namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
|
|||
{
|
||||
}
|
||||
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/26060")]
|
||||
[ConditionalTheory]
|
||||
[InlineData("GET")]
|
||||
[InlineData("HEAD")]
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue