Skip to content

Commit da3adc5

Browse files
authored
Disable a couple of pen tests on Windows (#60746) (#60789)
1 parent 76805ed commit da3adc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)]

0 commit comments

Comments
 (0)