Skip to content

Commit

Permalink
Skip failing IIS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Aug 8, 2020
1 parent 8acff15 commit bf5feaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<TestGroupName>IIS.FunctionalTests</TestGroupName>
<DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
<SkipTests Condition=" '$(SkipIISTests)' == 'true' ">true</SkipTests>
<!-- Unskipping tracked via https://github.com/dotnet/aspnetcore/issues/24695 -->
<SkipTests>true</SkipTests>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<TestGroupName>IISNewHandler.FunctionalTests</TestGroupName>
<DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
<SkipTests Condition=" '$(SkipIISNewHandlerTests)' == 'true' ">true</SkipTests>
<!-- Unskipping tracked via https://github.com/dotnet/aspnetcore/issues/24695 -->
<SkipTests>true</SkipTests>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<TestGroupName>IISNewShim.FunctionalTests</TestGroupName>
<DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
<SkipTests Condition=" '$(SkipIISNewShimTests)' == 'true' ">true</SkipTests>
<!-- Unskipping tracked via https://github.com/dotnet/aspnetcore/issues/24695 -->
<SkipTests>true</SkipTests>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit bf5feaf

Please sign in to comment.