Skip to content

Commit

Permalink
Enable GFUFuzzyMatchAfterRenameTrackingAndAfterGenerateType
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Nov 3, 2023
1 parent 5bbb469 commit a19030f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ await TestServices.Workspace.WaitForAllAsyncOperationsAsync(
await TestServices.EditorVerifier.TextContainsAsync("using System.IO;", cancellationToken: HangMitigatingCancellationToken);
}

[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/57423"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)]
[IdeFact, Trait(Traits.Feature, Traits.Features.CodeActionsGenerateType)]
public async Task GFUFuzzyMatchAfterRenameTrackingAndAfterGenerateType()
{
await SetUpEditorAsync(@"
Expand Down

0 comments on commit a19030f

Please sign in to comment.