Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 1, 2025

This PR re-quarantines the SuppliesCancellationTokenThatSignalsWhenRevalidationLoopIsBeingDiscarded test method in RevalidatingServerAuthenticationStateProviderTest.cs by adding back the [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60472")] attribute.

The test was previously quarantined due to flakiness issues tracked in #60472, but the quarantine attribute was recently removed. This change restores the quarantine to prevent the flaky test from causing build failures until the underlying issue can be properly resolved.

Changes made:

  • Added [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60472")] attribute above the test method
  • No other code changes were made to maintain minimal impact

The quarantine format follows the established pattern used by other quarantined tests in the repository.

This pull request was created as a result of the following prompt from Copilot chat.

Revert the recent change in the file src/Components/Server/test/Circuits/RevalidatingServerAuthenticationStateProviderTest.cs to re-quarantine the SuppliesCancellationTokenThatSignalsWhenRevalidationLoopIsBeingDiscarded test. Specifically, add back the [QuarantinedTest("https://github.com//issues/60472")] attribute above the test method.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@github-actions github-actions bot added the needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically label Sep 1, 2025
…pIsBeingDiscarded test

Co-authored-by: oroztocil <79744616+oroztocil@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Re-quarantine the SuppliesCancellationTokenThatSignalsWhenRevalidationLoopIsBeingDiscarded test Re-quarantine SuppliesCancellationTokenThatSignalsWhenRevalidationLoopIsBeingDiscarded test Sep 1, 2025
@Copilot Copilot AI requested a review from oroztocil September 1, 2025 10:51
Copilot finished work on behalf of oroztocil September 1, 2025 10:51
@oroztocil oroztocil marked this pull request as ready for review September 1, 2025 10:51
@Copilot Copilot AI review requested due to automatic review settings September 1, 2025 10:51
@oroztocil oroztocil requested a review from a team as a code owner September 1, 2025 10:51
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 re-quarantines a flaky test by restoring the [QuarantinedTest] attribute that was previously removed. The test SuppliesCancellationTokenThatSignalsWhenRevalidationLoopIsBeingDiscarded has known flakiness issues tracked in GitHub issue #60472, and quarantining it prevents build failures while the underlying issue remains unresolved.

Key changes:

  • Restored the [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60472")] attribute above the flaky test method

@oroztocil oroztocil enabled auto-merge (squash) September 1, 2025 10:52
@oroztocil
Copy link
Member

/ba-g Unrelated CI failure

@oroztocil oroztocil merged commit bb2d778 into main Sep 1, 2025
27 of 30 checks passed
@oroztocil oroztocil deleted the copilot/fix-9ace6eda-2e59-4dbf-999c-50f2fcdf6c36 branch September 1, 2025 12:07
@dotnet-policy-service dotnet-policy-service bot added this to the 11.0-preview1 milestone Sep 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Attention: Shared Code Modified needs-area-label Used by the dotnet-issue-labeler to label those issues which couldn't be triaged automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants