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]
|
[ConditionalTheory]
|
||||||
[InlineData("GET")]
|
[InlineData("GET")]
|
||||||
[InlineData("HEAD")]
|
[InlineData("HEAD")]
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,9 @@
|
||||||
-->
|
-->
|
||||||
<UseAspNetCoreSharedRuntime>true</UseAspNetCoreSharedRuntime>
|
<UseAspNetCoreSharedRuntime>true</UseAspNetCoreSharedRuntime>
|
||||||
<DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>true</DoNotApplyWorkaroundsToMicrosoftAspNetCoreApp>
|
<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>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue