Skip to content

Commit 87956e1

Browse files
authored
[wasm][tests] Fix path to System.Text.Json.Tests for excluding from .. (#51670)
- makes EAT build green again
1 parent 916d58a commit 87956e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/libraries/tests.proj

+1-4
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.Serialization.Xml\tests\System.Runtime.Serialization.Xml.Tests.csproj" />
264264

265265
<!-- Issue: https://github.com/dotnet/runtime/issues/50721 -->
266-
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests.csproj" />
266+
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
267267

268268
<!-- Issue: https://github.com/dotnet/runtime/issues/50723 -->
269269
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Private.Xml\tests\Readers\CharCheckingReader\System.Xml.RW.CharCheckingReader.Tests.csproj" />
@@ -313,9 +313,6 @@
313313
<!-- Issue: https://github.com/dotnet/runtime/issues/51369 -->
314314
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Data.Common\tests\System.Data.Common.Tests.csproj" />
315315

316-
<!-- Issue: https://github.com/dotnet/runtime/issues/50721 -->
317-
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests.csproj" />
318-
319316
<!-- Issue: https://github.com/dotnet/runtime/issues/51244 -->
320317
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Private.Xml\tests\Xslt\XslCompiledTransformApi\System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj" />
321318

0 commit comments

Comments
 (0)