Enable System.Text.Json tests for Wasm AOT (#54833)
authorLarry Ewing <lewing@microsoft.com>
Mon, 28 Jun 2021 18:11:30 +0000 (13:11 -0500)
committerGitHub <noreply@github.com>
Mon, 28 Jun 2021 18:11:30 +0000 (13:11 -0500)
src/libraries/tests.proj

index b5638f2..c405468 100644 (file)
 
     <!-- Issue: https://github.com/dotnet/runtime/issues/52393 -->
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime/tests/System.Runtime.Tests.csproj" />
-
-    <!-- Issue: https://github.com/dotnet/runtime/issues/51961 -->
-    <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj" />
   </ItemGroup>
 
   <ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true'">