Fixed Test case(Issue28798) failure in PR 30306 - [6/30/2025] Candidate#30413
Merged
PureWeen merged 2 commits intoinflight/candidatefrom Jul 4, 2025
unknown repository
Merged
Fixed Test case(Issue28798) failure in PR 30306 - [6/30/2025] Candidate#30413PureWeen merged 2 commits intoinflight/candidatefrom unknown repository
PureWeen merged 2 commits intoinflight/candidatefrom
unknown repository
Conversation
Contributor
|
Hey there @@LogishaSelvarajSF4525! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
Contributor
|
/azp run MAUI-UITests-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jsuarezruiz
approved these changes
Jul 4, 2025
| @@ -1,4 +1,4 @@ | |||
| #if ANDROID | |||
| #if ANDROID && TEST_FAILS_ON_ANDROID //for more information : https://github.com/dotnet/maui/issues/30411 | |||
Contributor
There was a problem hiding this comment.
Will take a look to the issue.
Contributor
|
@PureWeen The tests passed locally when run via the command line or through VS Code. We also tested the app retrieved from the artifacts folder in CI, and the sample worked as expected there as well. The failure occurs only in the CI environment, where the result image is generated without the fix applied. We’re still unsure about the exact root cause in the CI setup, so we plan to investigate this test separately |
github-actions bot
pushed a commit
that referenced
this pull request
Jul 8, 2025
…te (#30413) * Added test_fails and issue link * updated
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 PR addresses the UI test image failures that occurred after the inflight/candidate branch was merged into main (#30306), and includes updates to improve rendering and test stability across platforms.
Test cases: