Skip to content

Quarantine RazorRuntimeCompilationHostingStartupTest tests (issue #56553)#65881

Merged
ilonatommy merged 1 commit intomainfrom
quarantine-razor-runtime-compilation-tests
Mar 20, 2026
Merged

Quarantine RazorRuntimeCompilationHostingStartupTest tests (issue #56553)#65881
ilonatommy merged 1 commit intomainfrom
quarantine-razor-runtime-compilation-tests

Conversation

@ilonatommy
Copy link
Copy Markdown
Member

Problem

Tests in \RazorRuntimeCompilationHostingStartupTest\ were unquarantined in #65864 after appearing stable for 30+ days. However, they are now failing again intermittently across multiple unrelated PRs:

These PRs touch completely different areas of the codebase (Components, OpenAPI, QuickGrid), confirming the failure is a test infrastructure issue, not caused by any PR's changes.

Fix

Re-quarantine only the 2 test methods in \RazorRuntimeCompilationHostingStartupTest:

  • \RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation\
  • \RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation\

The 2 tests in \RazorBuildTest\ (also unquarantined in #65864) are left as-is since there's no evidence they are flaking.

Tracked by #56553

)

These tests were unquarantined in #65864 but are failing again across
multiple PRs (#64964, #65871, #65451) in the Helix x64 Subset 2 job.
Re-quarantining only the RazorRuntimeCompilationHostingStartupTest
methods, not the RazorBuildTest ones.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ilonatommy ilonatommy requested a review from a team as a code owner March 20, 2026 11:20
Copilot AI review requested due to automatic review settings March 20, 2026 11:20
@ilonatommy ilonatommy added test-failure area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels Mar 20, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Re-quarantines two intermittently failing MVC functional tests in RazorRuntimeCompilationHostingStartupTest to stabilize CI while the underlying flakiness is tracked in #56553.

Changes:

  • Add [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")] to RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation.
  • Add [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")] to RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation.

@ilonatommy ilonatommy self-assigned this Mar 20, 2026
@ilonatommy ilonatommy enabled auto-merge (squash) March 20, 2026 11:34
@ilonatommy ilonatommy merged commit e9e6afa into main Mar 20, 2026
31 checks passed
@ilonatommy ilonatommy deleted the quarantine-razor-runtime-compilation-tests branch March 20, 2026 13:54
@dotnet-policy-service dotnet-policy-service bot added this to the 11.0-preview3 milestone Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates test-failure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants