Skip to content

Commit

Permalink
Block SaveWmfAsPngDoesntChangeImageBoundaries (#72416)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Jul 19, 2022
1 parent f48bc15 commit 9482f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/System.Drawing.Common/tests/BitmapTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ public void GetHicon_Disposed_ThrowsArgumentException()

[ConditionalFact(Helpers.IsDrawingSupported)]
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "In .NET Framework we use GDI 1.0")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/72165", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/69471")]
public void SaveWmfAsPngDoesntChangeImageBoundaries()
{
if (PlatformDetection.IsWindows7)
Expand Down

0 comments on commit 9482f06

Please sign in to comment.