Conversation
…rlappingNavigationsCancelExistingNavigations_HistoryNavigation Co-authored-by: oroztocil <79744616+oroztocil@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Re-quarantine Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerRoutingTest.NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation and add reference to @dotnet/aspnetcore/issues/61080 as the tracking issue
Re-quarantine ServerRoutingTest.NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation
Sep 10, 2025
oroztocil
requested changes
Sep 10, 2025
…utingTest method Co-authored-by: oroztocil <79744616+oroztocil@users.noreply.github.com>
oroztocil
approved these changes
Sep 10, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR quarantines a flaky test NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation by adding the [QuarantinedTest] attribute with a reference to tracking issue #61080. This prevents the test from causing CI build failures while the underlying issue is being investigated.
- Adds quarantine attribute to prevent flaky test from breaking CI builds
- Includes proper tracking issue reference for investigation context
akoeplinger
approved these changes
Sep 10, 2025
maraf
approved these changes
Sep 10, 2025
Member
|
/backport to release/9.0 |
Contributor
|
Started backporting to release/9.0: https://github.com/dotnet/aspnetcore/actions/runs/18325772678 |
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR re-quarantines the flaky test
Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerRoutingTest.NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigationand adds a reference to the tracking issue #61080.Problem
The
NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigationtest in the server execution context has been identified as flaky and needs to be quarantined to prevent it from causing CI build failures while the underlying issue is being investigated.Solution
The test is quarantined by adding the
[QuarantinedTest]attribute directly to theNavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigationmethod inRoutingTest.cswith a reference to the tracking issue #61080.Key Benefits
Changes Made
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61080")]attribute directly to the test methodThe quarantined test will be excluded from regular CI builds but will continue to run on the daily quarantined test schedule, allowing monitoring of the fix progress.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.