Skip to content

Commit

Permalink
Disable System.Drawing test (dotnet#36700)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored and safern committed Apr 8, 2019
1 parent 7bc5200 commit c653c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System.Drawing.Common/tests/FontTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ public void ToLogFont_NullGraphics_ThrowsArgumentNullException()
}
}

[ActiveIssue(36683)]
[ConditionalFact(Helpers.IsDrawingSupported)]
public void ToLogFont_DisposedGraphics_ThrowsArgumentException()
{
Expand Down

0 comments on commit c653c89

Please sign in to comment.