Skip to content

Commit c78d9fa

Browse files
authored
Disable System.Drawing.Common.Tests test suite on Windows+Mono (#63726)
1 parent 048e1a3 commit c78d9fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libraries/tests.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Roslyn4.0.Tests.csproj" />
8484
<!-- Issue: https://github.com/dotnet/runtime/issues/53281 -->
8585
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.WebSockets.Client\tests\System.Net.WebSockets.Client.Tests.csproj" />
8686
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.InteropServices\tests\DllImportGenerator.UnitTests\DllImportGenerator.Unit.Tests.csproj" />
87+
<!-- Issue: https://github.com/dotnet/runtime/issues/63723 -->
88+
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Drawing.Common\tests\System.Drawing.Common.Tests.csproj" />
8789
</ItemGroup>
8890

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

0 commit comments

Comments
 (0)