From: Stephen Toub Date: Mon, 8 Apr 2019 16:45:00 +0000 (-0400) Subject: Disable System.Drawing test (dotnet/corefx#36700) X-Git-Tag: submit/tizen/20210909.063632~11031^2~1944 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e40f738eefaa35615a53fc11dcf9ebfefd311eef;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable System.Drawing test (dotnet/corefx#36700) Commit migrated from https://github.com/dotnet/corefx/commit/c653c8966f9264470285bc7d54f7d439bee723c7 --- diff --git a/src/libraries/System.Drawing.Common/tests/FontTests.cs b/src/libraries/System.Drawing.Common/tests/FontTests.cs index 82387f1..9be46c5 100644 --- a/src/libraries/System.Drawing.Common/tests/FontTests.cs +++ b/src/libraries/System.Drawing.Common/tests/FontTests.cs @@ -820,6 +820,7 @@ namespace System.Drawing.Tests } } + [ActiveIssue(36683)] [ConditionalFact(Helpers.IsDrawingSupported)] public void ToLogFont_DisposedGraphics_ThrowsArgumentException() {