Skip to content

Commit 1f3723e

Browse files
davidwengiergithub-actions
authored andcommitted
Skip failing tests
1 parent 5dcf0bd commit 1f3723e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Razor/test/Microsoft.VisualStudioCode.RazorExtension.Test/Endpoints/Shared/CohostHoverEndpointTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ await VerifyHoverAsync(code, async (hover, document) =>
252252
});
253253
}
254254

255-
[Fact]
255+
[Fact(Skip = "Skipped due to revert of https://github.com/dotnet/razor/pull/12287, but don't want to delete the tests because the feature will come back")]
256256
public async Task ComponentEndTag()
257257
{
258258
TestCode code = """
@@ -289,7 +289,7 @@ await VerifyHoverAsync(code, async (hover, document) =>
289289
});
290290
}
291291

292-
[Fact]
292+
[Fact(Skip = "Skipped due to revert of https://github.com/dotnet/razor/pull/12287, but don't want to delete the tests because the feature will come back")]
293293
public async Task ComponentEndTag_FullyQualified()
294294
{
295295
TestCode code = """
@@ -326,7 +326,7 @@ await VerifyHoverAsync(code, async (hover, document) =>
326326
});
327327
}
328328

329-
[Fact]
329+
[Fact(Skip = "Skipped due to revert of https://github.com/dotnet/razor/pull/12287, but don't want to delete the tests because the feature will come back")]
330330
public async Task ComponentEndTag_FullyQualified_Namespace()
331331
{
332332
TestCode code = """

0 commit comments

Comments
 (0)