We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284c0ae commit 91509b1Copy full SHA for 91509b1
src/libraries/tests.proj
@@ -399,6 +399,10 @@
399
</ItemGroup>
400
401
<ItemGroup Condition="'$(TestNativeAot)' == 'true' and '$(RunDisabledNativeAotTests)' != 'true'">
402
+ <!-- https://github.com/dotnet/runtime/issues/119380 -->
403
+ <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.SourceGeneration.Tests\System.Text.Json.SourceGeneration.Roslyn4.4.Tests.csproj"
404
+ Condition="'$(TargetOS)' == 'osx' and '$(TargetArchitecture)' == 'arm64'" />
405
+
406
<!-- https://github.com/dotnet/runtime/issues/108274 -->
407
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Collections.Immutable\tests\System.Collections.Immutable.Tests.csproj" />
408
0 commit comments