Disable DrawBezier/DrawLine_PointFs tests (dotnet/corefx#30684)
authorSantiago Fernandez Madero <safern@microsoft.com>
Wed, 27 Jun 2018 01:51:31 +0000 (18:51 -0700)
committerStephen Toub <stoub@microsoft.com>
Wed, 27 Jun 2018 01:51:31 +0000 (21:51 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/a9aabd2b7cf913f9dd35492d2f3497b2fb269978

src/libraries/System.Drawing.Common/tests/Graphics_DrawBezierTests.cs
src/libraries/System.Drawing.Common/tests/Graphics_DrawLineTests.cs

index 48d97b4..e944193 100644 (file)
@@ -43,6 +43,7 @@ namespace System.Drawing.Tests
             }
         }
 
+        [ActiveIssue(30683, TargetFrameworkMonikers.Netcoreapp)]
         [ConditionalFact(Helpers.GdiplusIsAvailable)]
         public void DrawBezier_PointFs()
         {
index 8ee717c..14e69d4 100644 (file)
@@ -22,6 +22,7 @@ namespace System.Drawing.Tests
             }
         }
 
+        [ActiveIssue(30683, TargetFrameworkMonikers.Netcoreapp)]
         [ConditionalFact(Helpers.GdiplusIsAvailable)]
         public void DrawLines_PointFs()
         {