From aa734136c5c8ccd100c2620dc0e14ef7116f6fa0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Sep 2025 10:42:20 +0000 Subject: [PATCH 1/2] Initial plan From bd4996543bd685cc4463a67dbe232a1224248b63 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Sep 2025 10:50:08 +0000 Subject: [PATCH 2/2] Re-quarantine SuppliesCancellationTokenThatSignalsWhenRevalidationLoopIsBeingDiscarded test Co-authored-by: oroztocil <79744616+oroztocil@users.noreply.github.com> --- .../RevalidatingServerAuthenticationStateProviderTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Server/test/Circuits/RevalidatingServerAuthenticationStateProviderTest.cs b/src/Components/Server/test/Circuits/RevalidatingServerAuthenticationStateProviderTest.cs index 0bc62316ebf7..c734415ce0cc 100644 --- a/src/Components/Server/test/Circuits/RevalidatingServerAuthenticationStateProviderTest.cs +++ b/src/Components/Server/test/Circuits/RevalidatingServerAuthenticationStateProviderTest.cs @@ -142,6 +142,7 @@ public async Task StopsRevalidatingAfterDisposal() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60472")] public async Task SuppliesCancellationTokenThatSignalsWhenRevalidationLoopIsBeingDiscarded() { // Arrange