Skip to content

Commit

Permalink
Skip csharpsourcegenerators.findreferencesforfilewithdefinitioninsour…
Browse files Browse the repository at this point in the history
…cegeneratedfile

See #64721
  • Loading branch information
JoeRobich authored Oct 13, 2022
1 parent 35237a3 commit a6d7cfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static void Main()
Assert.Equal(HelloWorldGenerator.GeneratedEnglishClassName, await TestServices.Editor.GetSelectedTextAsync(HangMitigatingCancellationToken));
}

[IdeTheory]
[IdeTheory(Skip = "https://github.com/dotnet/roslyn/issues/64721")]
[CombinatorialData]
public async Task FindReferencesForFileWithDefinitionInSourceGeneratedFile(bool invokeFromSourceGeneratedFile)
{
Expand Down

0 comments on commit a6d7cfd

Please sign in to comment.