Skip to content

Commit

Permalink
[NativeAot] Try re-enabling S.C.Concurrent tests (#73526)
Browse files Browse the repository at this point in the history
On ARM64 Linux. See if #73216 helped with the hang.
  • Loading branch information
MichalStrehovsky authored Aug 8, 2022
1 parent d1a21ec commit 0c5ca95
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 @@ -487,10 +487,6 @@
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Mail\tests\Functional\System.Net.Mail.Functional.Tests.csproj"
Condition="'$(TargetOS)' == 'windows'"/>

<!-- Timing out on Linux. GC suspension? -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Collections.Concurrent\tests\System.Collections.Concurrent.Tests.csproj"
Condition="'$(TargetOS)' == 'linux' and '$(TargetArchitecture)' == 'arm64'" />

<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Http.Json\tests\FunctionalTests\System.Net.Http.Json.Functional.Tests.csproj" />
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Linq.Parallel\tests\System.Linq.Parallel.Tests.csproj" />
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.SourceGeneration.Tests\System.Text.Json.SourceGeneration.Roslyn3.11.Tests.csproj" />
Expand Down

0 comments on commit 0c5ca95

Please sign in to comment.