[Testing] Disabled the flaky issues#33441
Merged
rmarinho merged 4 commits intodotnet:mainfrom Jan 14, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request addresses flakiness in the Issue18751Test UI test by increasing the image loading wait time from 1 second to 2 seconds. The test verifies that a CollectionView inside a RefreshView can properly display monkey images loaded from the internet, and the additional delay ensures images have sufficient time to load before screenshot verification.
Key Changes
- Increased delay from 1000ms to 2000ms in
Issue18751Testto allow more time for network images to load
This was referenced Jan 9, 2026
Open
Member
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
This was referenced Jan 9, 2026
Contributor
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
3 tasks
Member
|
/rebase |
dafad41 to
1c376c2
Compare
Member
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
rmarinho
approved these changes
Jan 14, 2026
kubaflo
pushed a commit
to kubaflo/maui
that referenced
this pull request
Jan 16, 2026
This pull request updates conditional compilation directives in two test files to reflect additional platforms where the tests are known to fail. These changes help ensure that problematic tests are properly excluded on all relevant platforms. Test exclusion updates: * In `Issue18751.cs`, the test is now excluded on both iOS and Catalyst with an updated related issue reference. * In `Issue18896.cs`, the test exclusion is expanded to include Android, alongside iOS, Catalyst, and Windows, with updated related issue references. Issue: dotnet#33507
simonrozsival
pushed a commit
that referenced
this pull request
Jan 16, 2026
This pull request updates conditional compilation directives in two test files to reflect additional platforms where the tests are known to fail. These changes help ensure that problematic tests are properly excluded on all relevant platforms. Test exclusion updates: * In `Issue18751.cs`, the test is now excluded on both iOS and Catalyst with an updated related issue reference. * In `Issue18896.cs`, the test exclusion is expanded to include Android, alongside iOS, Catalyst, and Windows, with updated related issue references. Issue: #33507
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 pull request updates conditional compilation directives in two test files to reflect additional platforms where the tests are known to fail. These changes help ensure that problematic tests are properly excluded on all relevant platforms.
Test exclusion updates:
Issue18751.cs, the test is now excluded on both iOS and Catalyst with an updated related issue reference.Issue18896.cs, the test exclusion is expanded to include Android, alongside iOS, Catalyst, and Windows, with updated related issue references.Issue: #33507