Disable System.Drawing test (dotnet/corefx#36700)
authorStephen Toub <stoub@microsoft.com>
Mon, 8 Apr 2019 16:45:00 +0000 (12:45 -0400)
committerSantiago Fernandez Madero <safern@microsoft.com>
Mon, 8 Apr 2019 16:45:00 +0000 (09:45 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/c653c8966f9264470285bc7d54f7d439bee723c7

src/libraries/System.Drawing.Common/tests/FontTests.cs

index 82387f1..9be46c5 100644 (file)
@@ -820,6 +820,7 @@ namespace System.Drawing.Tests
             }
         }
 
+        [ActiveIssue(36683)]
         [ConditionalFact(Helpers.IsDrawingSupported)]
         public void ToLogFont_DisposedGraphics_ThrowsArgumentException()
         {