Skip to content

Commit 2bb761b

Browse files
committed
[wasm] Disable tests failing due to OOM
Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests #61339
1 parent 0797038 commit 2bb761b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/libraries/tests.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true'">
17+
<!-- Exceeds VM resources in CI on compilation: https://github.com/dotnet/runtime/issues/61339 -->
18+
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Logging.Abstractions\tests\Microsoft.Extensions.Logging.Generators.Tests\Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests.csproj" />
1719
</ItemGroup>
1820

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

0 commit comments

Comments
 (0)