Skip to content

Commit

Permalink
Unskip bound attribute test (#10580)
Browse files Browse the repository at this point in the history
Since we were talking in the working group meeting, thought I'd give it
a go and see if it passes
  • Loading branch information
davidwengier authored Jul 4, 2024
2 parents ef0a3b0 + 4e25c1d commit ca5327e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ await TestServices.SolutionExplorer.AddFileAsync(RazorProjectConstants.BlazorPro
await TestServices.Editor.WaitForCurrentLineTextAsync("public string FieldName { get; set; }", ControlledHangMitigatingCancellationToken);
}

[ConditionalSkipIdeFact(Issue = "Flaky after multitarget work")]
[IdeFact]
public async Task GoToDefinition_ComponentAttribute_BoundAttribute()
{
// Create the files
Expand Down

0 comments on commit ca5327e

Please sign in to comment.