Skip to content

Commit b71a233

Browse files
committed
Unskip partial component test
Now that we're using the real framework, this test is valid in the language server
1 parent c35de22 commit b71a233

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/Formatting_NetFx/DocumentFormattingTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5907,11 +5907,7 @@ @@media only screen and (max-width: 600px) {
59075907
""");
59085908
}
59095909

5910-
#if COHOSTING
59115910
[FormattingTestFact(SkipOldFormattingEngine = true)]
5912-
#else
5913-
[FormattingTestFact(Skip = "Language server test infra doesn't have a partial tag helper")]
5914-
#endif
59155911
public async Task PartialTagHelper()
59165912
{
59175913
await RunFormattingTestAsync(

0 commit comments

Comments
 (0)