Skip to content

Commit

Permalink
skip test for #8607
Browse files Browse the repository at this point in the history
  • Loading branch information
dreddy-work committed Feb 9, 2023
1 parent 76f63c1 commit 104ec97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void Font_GetTextExtent(string family, float size, int width, int height)
Assert.Equal(height, extent.Height);
}

[Theory]
[Theory(Skip = "Flaky in debug builds. See: https://github.com/dotnet/winforms/issues/8612")]
[MemberData(nameof(MeasureTextData))]
public void Font_MeasureText(string family, float size, Size proposedSize, uint dt, Size expected)
{
Expand Down

0 comments on commit 104ec97

Please sign in to comment.