Skip to content

Commit

Permalink
Enable CSharpGoToBase.GoToBaseFromMetadataAsSource
Browse files Browse the repository at this point in the history
Closes #60386
  • Loading branch information
sharwell committed Mar 29, 2022
1 parent 62f85a4 commit 3d2b86b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public CSharpGoToBase()
{
}

[IdeFact(Skip = "https://github.com/dotnet/roslyn/issues/60386")]
[IdeFact]
public async Task GoToBaseFromMetadataAsSource()
{
await TestServices.SolutionExplorer.AddFileAsync(ProjectName, "C.cs", cancellationToken: HangMitigatingCancellationToken);
Expand Down

0 comments on commit 3d2b86b

Please sign in to comment.