Skip to content

Commit

Permalink
Skip System.Net.Requests tests on mono linux-arm64
Browse files Browse the repository at this point in the history
The suite crashes on mono linux-arm64 and is being tracked by dotnet#74667
  • Loading branch information
Steve Pfister committed Aug 26, 2022
1 parent 38ba41e commit 2a3ec8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.InteropServices.JavaScript\tests\JSImportGenerator.UnitTest\JSImportGenerator.Unit.Tests.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetOS)' == 'linux' and '$(TargetArchitecture)' == 'arm64' and '$(RuntimeFlavor)' == 'Mono'">
<!-- Issue: https://github.com/dotnet/runtime/issues/74667 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Requests\tests\System.Net.Requests.Tests.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetOS)' == 'Windows' and '$(RuntimeFlavor)' == 'Mono' and '$(RunDisabledMonoTestsOnWindows)' != 'true'">
<!-- Issue: https://github.com/dotnet/runtime/issues/53281 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.WebSockets.Client\tests\System.Net.WebSockets.Client.Tests.csproj" />
Expand Down

0 comments on commit 2a3ec8a

Please sign in to comment.