Skip to content

Conversation

ilonatommy
Copy link
Member

Investigating failures from #63534, I found out that these issues that fail on net8 have 100% pass rate on net9. They can be enabled.

Issues that they refer to are resolved for main. On main we added WaitAssert in the place that was reported originally as failing. We can backport that change as well.

@ilonatommy ilonatommy self-assigned this Sep 5, 2025
@Copilot Copilot AI review requested due to automatic review settings September 5, 2025 10:18
@ilonatommy ilonatommy requested a review from a team as a code owner September 5, 2025 10:18
@ilonatommy ilonatommy added this to the 10.0-rc1 milestone Sep 5, 2025
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 unquarantines two E2E tests that were previously failing on net8 but now have a 100% pass rate on net9. The changes remove the [QuarantinedTest] attributes and replace synchronous assertions with WaitAssert calls for better reliability in the form handling test.

  • Removes quarantine status from two E2E tests that are now stable
  • Updates form handling test to use WaitAssert instead of synchronous assertions for better reliability

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
FormWithParentBindingContextTest.cs Removes quarantine attribute and replaces Assert calls with WaitAssert for radio button form test
EnhancedNavigationTest.cs Removes quarantine attribute from navigation manager URI update test

@ilonatommy ilonatommy removed this from the 10.0-rc1 milestone Sep 5, 2025
@dotnet-policy-service dotnet-policy-service bot added this to the 9.0.x milestone Sep 5, 2025
@ilonatommy ilonatommy added area-blazor Includes: Blazor, Razor Components tell-mode Indicates a PR which is being merged during tell-mode labels Sep 5, 2025
@ilonatommy
Copy link
Member Author

NavigationManagerUriGetsUpdatedOnEnhancedNavigation_BothServerAndWebAssembly did fail. There might be a problem with displaying it on the dashboard, I still don't see that failure on net9.

@ilonatommy ilonatommy changed the title Unquarantine NavigationManagerUriGetsUpdatedOnEnhancedNavigation_BothServerAndWebAssembly and RadioButtonGetsResetAfterSubmittingEnhancedForm Unquarantine RadioButtonGetsResetAfterSubmittingEnhancedForm Sep 5, 2025
@wtgodbe wtgodbe merged commit 81b394c into dotnet:release/9.0 Sep 5, 2025
25 checks passed
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 9.0.x, 9.0.10 Sep 5, 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 tell-mode Indicates a PR which is being merged during tell-mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants