[wasm][tests] Fix path to System.Text.Json.Tests for excluding from .. (#51670)
authorAnkit Jain <radical@gmail.com>
Thu, 22 Apr 2021 20:07:56 +0000 (16:07 -0400)
committerGitHub <noreply@github.com>
Thu, 22 Apr 2021 20:07:56 +0000 (16:07 -0400)
- makes EAT build green again

src/libraries/tests.proj

index acd3fd1..88353a3 100644 (file)
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.Serialization.Xml\tests\System.Runtime.Serialization.Xml.Tests.csproj" />
 
     <!-- Issue: https://github.com/dotnet/runtime/issues/50721 -->
-    <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests.csproj" />
+    <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
 
     <!-- Issue: https://github.com/dotnet/runtime/issues/50723 -->
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Private.Xml\tests\Readers\CharCheckingReader\System.Xml.RW.CharCheckingReader.Tests.csproj" />
     <!-- Issue: https://github.com/dotnet/runtime/issues/51369 -->
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Data.Common\tests\System.Data.Common.Tests.csproj" />
 
-    <!-- Issue: https://github.com/dotnet/runtime/issues/50721 -->
-    <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests.csproj" />
-
     <!-- Issue: https://github.com/dotnet/runtime/issues/51244 -->
     <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Private.Xml\tests\Xslt\XslCompiledTransformApi\System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj" />