Skip to content

Commit

Permalink
Unskip bound attribute test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwengier committed Jul 3, 2024
1 parent 013d660 commit 4e25c1d
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 4e25c1d

Please sign in to comment.