[Testing][WIP] Revert of #35848 to isolate Issue13323 iOS CI failure - #36817
Closed
SyedAbdulAzeemSF4852 wants to merge 1 commit into
Closed
Conversation
…en IsScrollAnimated=False
SyedAbdulAzeemSF4852
temporarily deployed
to
copilot-pat-pool
July 27, 2026 07:18 — with
GitHub Actions
Inactive
SyedAbdulAzeemSF4852
temporarily deployed
to
copilot-pat-pool
July 27, 2026 07:18 — with
GitHub Actions
Inactive
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Hey there @@SyedAbdulAzeemSF4852! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
SyedAbdulAzeemSF4852
temporarily deployed
to
copilot-pat-pool
July 27, 2026 07:19 — with
GitHub Actions
Inactive
Contributor
|
/azp run maui-pr-uitests |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
SyedAbdulAzeemSF4852
temporarily deployed
to
copilot-pat-pool
July 27, 2026 07:21 — with
GitHub Actions
Inactive
SyedAbdulAzeemSF4852
temporarily deployed
to
copilot-pat-pool
July 27, 2026 07:22 — with
GitHub Actions
Inactive
SyedAbdulAzeemSF4852
temporarily deployed
to
copilot-pat-pool
July 27, 2026 07:22 — with
GitHub Actions
Inactive
Contributor
|
This is not needed, hence closing. |
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.
Important
DO NOT MERGE — this PR is for testing/investigation purposes only.
Description of Change
CarouselView_EntryTap_DoesNotChangePosition()andCarouselView_Loop_EntryTap_DoesNotChangePosition()(Issue13323) fail on iOS only in CI on theinflight/candidatebranch PR and pass locally consistently.Suspecting that [iOS/Mac][CV2] Fix CarouselView2 freezes with infinite loop when IsScrollAnimated=False #35848's
_gotoPositionguard/suppression logic inCarouselViewController2.csmay be the root cause, this PR reverts that PR's changes to test the theory in isolation and confirm whether doing so resolves the Issue13323 failures.