Skip to content

Commit

Permalink
Disable IsAtLeastLibgdiplus6 for Apple Silicon (#49173)
Browse files Browse the repository at this point in the history
* Disable IsAtLeastLibgdiplus6 if !IsDrawingSupported

* PR feedback
  • Loading branch information
sdmaclea committed Mar 5, 2021
1 parent 630d478 commit b6050d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/System.Drawing.Common/tests/GdiplusTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace System.Drawing.Tests
public class GdiplusTests
{
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsOSX))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/49111", typeof(PlatformDetection), nameof(PlatformDetection.IsNotMacOsAppleSilicon))]
public void IsAtLeastLibgdiplus6()
{
Assert.True(Helpers.GetIsWindowsOrAtLeastLibgdiplus6());
Expand Down

0 comments on commit b6050d2

Please sign in to comment.