Skip to content

Quarantine RazorBuildTest flaky tests (issue #56553)#65927

Merged
wtgodbe merged 2 commits intomainfrom
quarantine-razorbuild-tests
Mar 23, 2026
Merged

Quarantine RazorBuildTest flaky tests (issue #56553)#65927
wtgodbe merged 2 commits intomainfrom
quarantine-razorbuild-tests

Conversation

@ilonatommy
Copy link
Copy Markdown
Member

@ilonatommy ilonatommy commented Mar 23, 2026

Problem

Tests in RazorBuildTest were unquarantined in #65864 after appearing stable for 30+ days. However, they are still failing intermittently across unrelated PRs.

Evidence of failure:

This PR touches a completely different area (Blazor WASM web workers), confirming the failure is a test infrastructure issue.

Fix

Re-quarantine the 2 test methods in RazorBuildTest that were unquarantined in #65864:

  • RazorViews_AreUpdatedOnChange
  • RazorPages_AreUpdatedOnChange

The 2 tests in RazorRuntimeCompilationHostingStartupTest were already re-quarantined in #65881.

Tracked by #56553

Re-quarantine RazorViews_AreUpdatedOnChange and RazorPages_AreUpdatedOnChange
in RazorBuildTest. These were unquarantined in #65864 but are still flaking
across unrelated PRs (e.g. #65885).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ilonatommy ilonatommy requested a review from a team as a code owner March 23, 2026 15:10
Copilot AI review requested due to automatic review settings March 23, 2026 15:10
@ilonatommy ilonatommy added test-failure area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels Mar 23, 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 intermittently failing Razor runtime compilation functional tests in RazorBuildTest to keep CI signal reliable while the underlying flakiness is tracked in #56553.

Changes:

  • Mark RazorBuildTest.RazorViews_AreUpdatedOnChange as quarantined (linked to issue #56553).
  • Mark RazorBuildTest.RazorPages_AreUpdatedOnChange as quarantined (linked to issue #56553).

@ilonatommy ilonatommy self-assigned this Mar 23, 2026
@ilonatommy ilonatommy added this to the .NET 11 Planning milestone Mar 23, 2026
@ilonatommy ilonatommy requested a review from wtgodbe March 23, 2026 15:42
@wtgodbe wtgodbe merged commit 5b7bc39 into main Mar 23, 2026
25 checks passed
@wtgodbe wtgodbe deleted the quarantine-razorbuild-tests branch March 23, 2026 22:33
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.

4 participants