Skip to content

[test-quarantine] Quarantine ServerRoutingTest.NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation#101

Open
github-actions[bot] wants to merge 1 commit intomainfrom
quarantine/serverroutingtest-navigationlock-1ee78abee105d86a
Open

[test-quarantine] Quarantine ServerRoutingTest.NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation#101
github-actions[bot] wants to merge 1 commit intomainfrom
quarantine/serverroutingtest-navigationlock-1ee78abee105d86a

Conversation

@github-actions
Copy link
Copy Markdown

Summary

Quarantines Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerRoutingTest.NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation which has been failing intermittently in the components-e2e pipeline (definition 87).

Root Cause

The base class method RoutingTest.NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation is already quarantined via dotnet#61080, but the [QuarantinedTest] attribute from the base class is not propagated to the ServerRoutingTest subclass in the components-e2e pipeline. This causes the server execution variant to still run as an unquarantined test and cause CI failures.

This PR adds an explicit method override in ServerRoutingTest with a [QuarantinedTest] attribute to suppress the failures in the server execution variant.

Associated issue: #98

Failures

Generated by Daily Test Quarantine Management ·

…celExistingNavigations_HistoryNavigation

The base class method in RoutingTest is quarantined via issue dotnet#61080, but the
[QuarantinedTest] attribute is not propagated to the ServerRoutingTest subclass
in the components-e2e pipeline, causing intermittent CI failures (16 failures
in the last 30 days). Adding an explicit override with [QuarantinedTest] to
suppress the failures in the server execution variant.

Tracking issue: #98

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants