Skip to content

Commit 937d451

Browse files
authored
[wasm][aot] Disable System.Runtime.Serialization.Xml.Tests, till they… (#60258)
1 parent 7088332 commit 937d451

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libraries/tests.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@
220220

221221
<!-- Aggressive Trimming related failures -->
222222
<ItemGroup Condition="('$(TargetOS)' != 'Browser' and '$(RunAOTCompilation)' == 'true' and '$(MonoForceInterpreter)' != 'true') or ('$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true')">
223+
<!-- Issue: https://github.com/dotnet/runtime/issues/59926 -->
224+
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.Serialization.Xml\tests\System.Runtime.Serialization.Xml.Tests.csproj" />
225+
223226
<!-- Issue: https://github.com/dotnet/runtime/issues/50724 -->
224227
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Composition\tests\System.Composition.Tests.csproj" />
225228
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Dynamic.Runtime\tests\System.Dynamic.Runtime.Tests.csproj" />

0 commit comments

Comments
 (0)