There are ~~two~~ tests skipped on helix due to the move to running from the publish directory from https://github.com/dotnet/aspnetcore/pull/29449 - [x] IdentityUIScriptsTest.IdentityUI_ScriptTags_FallbackSourceContent_Matches_CDNContent - [x] HtmlGenerationWebSite_GeneratesExpectedResultsNotReadyForHelix - [x] HtmlGenerationWebSite_GenerateEncodedResultsNotReadyForHelix - [ ] TagHelpersTest.CanRenderViewsWithTagHelpersNotReadyForHelix - [ ] Also revert: ``` c# public async Task CompilationFailuresFromViewImportsAreListed() var expectedCompilationContent = "public class Views_ErrorFromViewImports_Index : " ```
There are
twotests skipped on helix due to the move to running from the publish directory from #29449