Skip to content

Commit

Permalink
Disable System.Drawing.Common.Tests test suite on Windows+Mono (#63726)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximLipnin committed Jan 13, 2022
1 parent 048e1a3 commit c78d9fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Roslyn4.0.Tests.csproj" />
<!-- Issue: https://github.com/dotnet/runtime/issues/53281 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.WebSockets.Client\tests\System.Net.WebSockets.Client.Tests.csproj" />
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.InteropServices\tests\DllImportGenerator.UnitTests\DllImportGenerator.Unit.Tests.csproj" />
<!-- Issue: https://github.com/dotnet/runtime/issues/63723 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Drawing.Common\tests\System.Drawing.Common.Tests.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetOS)' == 'Android'">
Expand Down

0 comments on commit c78d9fa

Please sign in to comment.