Skip to content

Conversation

dariatiurina
Copy link
Contributor

Quarantine tests in RazorRuntimeCompilationHostingStartupTest.cs

Description

Block the tests that are flaky in the RazorRuntimeCompilationHostingStartupTest.cs

Fixes #56553

@Copilot Copilot AI review requested due to automatic review settings August 21, 2025 10:35
@dariatiurina dariatiurina requested a review from a team as a code owner August 21, 2025 10:35
Copy link
Contributor

@Copilot 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

This PR quarantines two flaky tests in the RazorRuntimeCompilationHostingStartupTest.cs file by adding the [QuarantinedTest] attribute to prevent them from running in CI pipelines until the underlying issue is resolved.

  • Adds [QuarantinedTest] attributes to two test methods that are experiencing flaky behavior
  • References the specific GitHub issue #56553 for tracking the root cause

@github-actions github-actions bot added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Aug 21, 2025
@ilonatommy ilonatommy enabled auto-merge (squash) August 21, 2025 11:43
@ilonatommy ilonatommy merged commit 7317702 into dotnet:main Aug 21, 2025
30 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-rc1 milestone Aug 21, 2025
@wtgodbe
Copy link
Member

wtgodbe commented Aug 21, 2025

/backport to release/10.0

Copy link
Contributor

Started backporting to release/10.0: https://github.com/dotnet/aspnetcore/actions/runs/17138940636

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quarantine RazorViews_AreUpdatedOnChange and RazorPages_AreUpdatedOnChange

3 participants