diff --git a/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/DiagnosticTests.cs b/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/DiagnosticTests.cs index d83b4b600e6..174f359ee7f 100644 --- a/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/DiagnosticTests.cs +++ b/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/DiagnosticTests.cs @@ -9,7 +9,7 @@ namespace Microsoft.VisualStudio.Razor.IntegrationTests; public class DiagnosticTests : AbstractRazorEditorTest { - [IdeFact(Skip = "https://github.com/dotnet/razor/issues/8036")] + [IdeFact(Skip = "https://github.com/dotnet/razor/issues/8150")] public async Task Diagnostics_ShowErrors_Razor() { // Arrange @@ -49,7 +49,7 @@ public void Function(){ }); } - [IdeFact] + [IdeFact(Skip = "https://github.com/dotnet/razor/issues/8150")] public async Task Diagnostics_ShowErrors_Html() { // Arrange @@ -81,7 +81,7 @@ await TestServices.Editor.SetTextAsync(@" }); } - [IdeFact] + [IdeFact(Skip = "https://github.com/dotnet/razor/issues/8150")] public async Task Diagnostics_ShowErrors_CSharp() { // Arrange @@ -113,7 +113,7 @@ await TestServices.Editor.SetTextAsync(@" }); } - [IdeFact] + [IdeFact(Skip = "https://github.com/dotnet/razor/issues/8150")] public async Task Diagnostics_ShowErrors_CSharp_NoDocType() { // Why this test, when we have the above test, and they seem so similar, and we also have Diagnostics_ShowErrors_CSharpAndHtml you ask? Well I'll tell you! @@ -153,7 +153,7 @@ await TestServices.Editor.SetTextAsync(@" }); } - [IdeFact] + [IdeFact(Skip = "https://github.com/dotnet/razor/issues/8150")] public async Task Diagnostics_ShowErrors_CSharpAndHtml() { // Arrange