Skip to content

Commit

Permalink
Skip BasicGenerateConstructorDialog.VerifyReordering
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Oct 21, 2021
1 parent 2a12001 commit 9808b29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ End Sub
End Class", actualText);
}

[WpfFact, Trait(Traits.Feature, Traits.Features.CodeActionsGenerateConstructorFromMembers)]
[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/57237"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateConstructorFromMembers)]
public void VerifyReordering()
{
SetUpEditor(
Expand Down

0 comments on commit 9808b29

Please sign in to comment.