Skip to content

Commit

Permalink
Disable failing tests
Browse files Browse the repository at this point in the history
`System.IO.MemoryMappedFiles.Tests` - Issue: #54194
  • Loading branch information
radical committed Jun 15, 2021
1 parent aefb115 commit 1909fcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@

<!-- Issue: https://github.com/dotnet/runtime/issues/50959 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.IO.Pipelines\tests\System.IO.Pipelines.Tests.csproj" />

<!-- Issue: https://github.com/dotnet/runtime/issues/54194 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.IO.MemoryMappedFiles\tests\System.IO.MemoryMappedFiles.Tests.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true'">
Expand Down

0 comments on commit 1909fcc

Please sign in to comment.