Skip to content

Conversation

@oroztocil
Copy link
Member

@oroztocil oroztocil commented Aug 23, 2025

This test has not failed in the last 30 days (https://dev.azure.com/dnceng-public/public/_test/analytics?definitionId=84&contextType=build).

When running all tests from the test class locally in a loop, 300/300 runs succeeded.

Fixes #61639

@github-actions github-actions bot added the area-blazor Includes: Blazor, Razor Components label Aug 23, 2025
@oroztocil oroztocil marked this pull request as ready for review August 25, 2025 10:18
Copilot AI review requested due to automatic review settings August 25, 2025 10:18
@oroztocil oroztocil requested a review from a team as a code owner August 25, 2025 10:18
Copy link
Contributor

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 unquarantines a test method that was previously isolated due to flakiness. The test Post_CanRunAsynchronously_WhenBusy_Exception has shown stability over the past 30 days with no failures recorded.

  • Removes the [QuarantinedTest] attribute from a previously flaky test
  • Restores the test to the normal test suite execution

@oroztocil
Copy link
Member Author

Unfortunately, I could not find any change that we could point to as the reason that the test has been fixed (made deterministic). Neither the test class nor RendererSynchronizationContext which is being tested have changed since the test got quarantined.

@javiercn
Copy link
Member

@oroztocil have you check the quarantined test history?

@javiercn javiercn enabled auto-merge (squash) August 25, 2025 11:41
@javiercn javiercn disabled auto-merge August 25, 2025 11:41
@javiercn javiercn enabled auto-merge (squash) August 25, 2025 11:41
@javiercn javiercn disabled auto-merge August 25, 2025 11:41
@oroztocil oroztocil merged commit 8bbb3bc into main Aug 25, 2025
30 checks passed
@oroztocil oroztocil deleted the oroztocil/61639-unquarantine-RendererSynchronizationContextTest branch August 25, 2025 12:03
@dotnet-policy-service dotnet-policy-service bot added this to the 11.0-preview1 milestone Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-blazor Includes: Blazor, Razor Components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quarantine Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContextTest.Post_CanRunAsynchronously_WhenBusy_Exception

3 participants