Skip to content

Commit

Permalink
Merge pull request #64626 from dotnet/dev/jorobich/unskip-test
Browse files Browse the repository at this point in the history
Unskip CSharpSoruceGenerators.InvokeNavigateToForGeneratedFile test
  • Loading branch information
JoeRobich authored Oct 18, 2022
2 parents 83550ee + c02f5d3 commit d4f0c27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public static void Main()
Assert.Equal(isPreview, await TestServices.Shell.IsActiveTabProvisionalAsync(HangMitigatingCancellationToken));
}

[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/60477")]
[IdeFact]
public async Task InvokeNavigateToForGeneratedFile()
{
await TestServices.Shell.ShowNavigateToDialogAsync(HangMitigatingCancellationToken);
Expand Down

0 comments on commit d4f0c27

Please sign in to comment.