From 4e25c1d3259a3c3828091674fc3eccf8730c3c0b Mon Sep 17 00:00:00 2001 From: David Wengier Date: Thu, 4 Jul 2024 09:01:02 +1000 Subject: [PATCH] Unskip bound attribute test --- .../GoToDefinitionTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/GoToDefinitionTests.cs b/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/GoToDefinitionTests.cs index a70cb0f3638..4fa2dbdf4fc 100644 --- a/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/GoToDefinitionTests.cs +++ b/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/GoToDefinitionTests.cs @@ -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