File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/libraries/System.Drawing.Common/tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ public static IEnumerable<object[]> Ctor_Brush_Width_TestData()
4646 yield return new object [ ] { new SolidBrush ( Color . Red ) , float . MaxValue , PenType . SolidColor } ;
4747 }
4848
49+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/60731" , TestPlatforms . Windows ) ]
4950 [ ConditionalTheory ( Helpers . IsDrawingSupported ) ]
5051 [ MemberData ( nameof ( Ctor_Brush_Width_TestData ) ) ]
5152 public void Ctor_Brush_Width < T > ( T brush , float width , PenType expectedPenType ) where T : Brush
@@ -96,6 +97,7 @@ public void Ctor_Color()
9697 }
9798 }
9899
100+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/60731" , TestPlatforms . Windows ) ]
99101 [ ConditionalTheory ( Helpers . IsDrawingSupported ) ]
100102 [ InlineData ( - 1 ) ]
101103 [ InlineData ( 0 ) ]
You can’t perform that action at this time.
0 commit comments