Skip to content

Commit

Permalink
Disable test that OOMs in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jtschuster committed Dec 13, 2023
1 parent 4a57178 commit 9bb3814
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<ItemGroup Condition="'$(ContinuousIntegrationBuild)' == 'true'">
<HighAotMemoryUsageAssembly Include="Microsoft.CodeAnalysis.CSharp.dll" />
<HighAotMemoryUsageAssembly Include="System.Text.Json.SourceGeneration.Roslyn4.4.Tests.dll" />
<NativeAotIncompatible>true</NativeAotIncompatible>
</ItemGroup>

<Import Project="System.Text.Json.SourceGeneration.Tests.targets" />
Expand Down

0 comments on commit 9bb3814

Please sign in to comment.