diff --git a/src/EditorFeatures/Test/SolutionCrawler/WorkCoordinatorTests.cs b/src/EditorFeatures/Test/SolutionCrawler/WorkCoordinatorTests.cs index 45b74bdd72ae2..16e25d92590fa 100644 --- a/src/EditorFeatures/Test/SolutionCrawler/WorkCoordinatorTests.cs +++ b/src/EditorFeatures/Test/SolutionCrawler/WorkCoordinatorTests.cs @@ -1068,7 +1068,7 @@ public async Task AdditionalDocumentOpenedClosedEvents() //Assert.Equal(1, worker.ClosedNonSourceDocumentIds.Count); } - [Fact] + [Fact(Skip = "https://github.com/dotnet/roslyn/issues/62479")] public async Task AnalyzerConfigDocumentOpenedClosedEvents() { using var workspace = new WorkCoordinatorWorkspace(SolutionCrawlerWorkspaceKind, incrementalAnalyzer: typeof(AnalyzerProviderNoWaitNoBlock));