Skip to content

Commit

Permalink
Skip DataGridView_RowHeadersWidth_SetWithHandle_GetReturnsExpected te…
Browse files Browse the repository at this point in the history
…st (#7557)

Related to #6739
  • Loading branch information
Olina-Zhang authored Aug 9, 2022
1 parent 9fab03a commit 4070954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ public static IEnumerable<object[]> RowHeadersWidth_SetWithHandle_TestData()
}

[ActiveIssue("https://github.com/dotnet/winforms/issues/6739")]
[WinFormsTheory]
[WinFormsTheory(Skip = "Flaky tests, see: https://github.com/dotnet/winforms/issues/6739")]
[MemberData(nameof(RowHeadersWidth_SetWithHandle_TestData))]
public void DataGridView_RowHeadersWidth_SetWithHandle_GetReturnsExpected(DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, bool rowHeadersVisible, bool autoSize, int value, int expectedValue, int expectedInvalidatedCallCount)
{
Expand Down

0 comments on commit 4070954

Please sign in to comment.