[Testing] Mark BlankScreenOnNavigationBack as flaky on Android#28377
[Testing] Mark BlankScreenOnNavigationBack as flaky on Android#28377jsuarezruiz wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR marks the BlankScreenOnNavigationBack test as flaky on Android builds to avoid its execution, as noted in issue #28376.
- Wrapped the test with a preprocessor directive to conditionally compile it based on the TEST_FAILS_ON_ANDROID flag.
PureWeen
left a comment
There was a problem hiding this comment.
Is this still flakey?
SF did a PR here
#28269
And it looks green since then
https://dev.azure.com/devdiv/DevDiv/_test/analytics?definitionId=17939&contextType=build
https://devdiv.visualstudio.com/DevDiv/_test/analytics?definitionId=17939&contextType=build
Failed 3h ago here https://dev.azure.com/xamarin/public/_build/results?buildId=137757&view=ms.vss-test-web.build-test-results-tab&runId=3895797&resultId=100005&paneView=attachments |
Description of Change
Avoid to run BlankScreenOnNavigationBack test on Android, marked as flaky. Created an issue to re-enable it: #28376