From 37f946e68bb1e8fa293a009713e1656f97d90981 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 29 Mar 2022 09:36:24 -0700 Subject: [PATCH] Enable CSharpGoToBase.GoToBaseFromMetadataAsSource Closes #60386 --- .../New.IntegrationTests/CSharp/CSharpGoToBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpGoToBase.cs b/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpGoToBase.cs index eae77392406b8..3deb794a56dc9 100644 --- a/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpGoToBase.cs +++ b/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpGoToBase.cs @@ -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);