Skip to content

Commit

Permalink
Re-enable calendars tests on NativeAOT/ARM32 (#99595)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara authored Mar 12, 2024
1 parent 342bc7e commit 9d329b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,6 @@
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.SourceGeneration.Tests\System.Text.Json.SourceGeneration.Roslyn4.4.Tests.csproj"
Condition="'$(TargetOS)' == 'linux'" />

<!-- https://github.com/dotnet/runtime/issues/98795 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Globalization.Calendars.Tests\System.Globalization.Calendars.Tests.csproj"
Condition="'$(TargetArchitecture)' == 'arm'" />

<!-- https://github.com/dotnet/runtime/issues/94653 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Threading.Tasks.Tests\System.Threading.Tasks.Tests.csproj"
Condition="'$(TargetsLinuxMusl)' == 'true'" />
Expand Down

0 comments on commit 9d329b3

Please sign in to comment.