Skip to content

Commit

Permalink
[wasm][aot] Disable failing tests
Browse files Browse the repository at this point in the history
`Microsoft.Extensions.HostFactoryResolver.Tests`: dotnet#64724
`Microsoft.Extensions.Logging.Tests`: dotnet#64725
  • Loading branch information
radical committed Feb 3, 2022
1 parent c99b3c7 commit bbe6ab3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Roslyn4.0.Tests.csproj" />
<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true' and '$(BrowserHost)' == 'Windows'">
<!-- https://github.com/dotnet/runtime/issues/61756 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\System.Text.RegularExpressions.Tests.csproj" />
<!-- https://github.com/dotnet/runtime/issues/64724 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.HostFactoryResolver\tests\Microsoft.Extensions.HostFactoryResolver.Tests.csproj" />
<!-- https://github.com/dotnet/runtime/issues/64725 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Logging\tests\Common\Microsoft.Extensions.Logging.Tests.csproj" />
</ItemGroup>

<!-- Projects that don't support code coverage measurement. -->
Expand Down

0 comments on commit bbe6ab3

Please sign in to comment.