[Testing] Fix for flaky UITests in Net11 CI - #36977
Merged
Merged
Conversation
TamilarasanSF4853
temporarily deployed
to
copilot-pat-pool
July 31, 2026 13:28 — with
GitHub Actions
Inactive
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 36977Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 36977" |
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
TamilarasanSF4853
temporarily deployed
to
copilot-pat-pool
July 31, 2026 13:29 — with
GitHub Actions
Inactive
TamilarasanSF4853
temporarily deployed
to
copilot-pat-pool
July 31, 2026 13:30 — with
GitHub Actions
Inactive
sheiksyedm
marked this pull request as ready for review
July 31, 2026 13:31
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
/azp run maui-pr-uitests |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
TamilarasanSF4853
temporarily deployed
to
copilot-pat-pool
July 31, 2026 13:33 — with
GitHub Actions
Inactive
TamilarasanSF4853
temporarily deployed
to
copilot-pat-pool
July 31, 2026 13:33 — with
GitHub Actions
Inactive
TamilarasanSF4853
temporarily deployed
to
copilot-pat-pool
July 31, 2026 13:34 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the HostApp reproduction page for Issue 32983 to use the CollectionView2 test control, which is wired to the newer Items2 (CollectionViewHandler2) implementation in the test app. This aligns the UI test page with the intent to reduce Net11 CI flakiness by avoiding the legacy CollectionView handler path.
Changes:
- Switch
Issue32983BottomSheetContentViewfromCollectionViewtoCollectionView2for the bottom sheet content.
kubaflo
approved these changes
Jul 31, 2026
This was referenced Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses UI test failures in the Net11 branch and includes updates to improve rendering and test stability across platforms.