Skip to content

Commit

Permalink
Merge pull request #63352 from mavasani/SkipTest
Browse files Browse the repository at this point in the history
Skip flaky test AnalyzerConfigDocumentOpenedClosedEvents
  • Loading branch information
mavasani committed Aug 12, 2022
2 parents fa25949 + 755f537 commit b1c86f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit b1c86f4

Please sign in to comment.