Skip to content

Mark BindingUpdatesFromInteractiveRefresh UI test as flaky#28179

Closed
jfversluis wants to merge 1 commit intomainfrom
jfversluis-patch-2
Closed

Mark BindingUpdatesFromInteractiveRefresh UI test as flaky#28179
jfversluis wants to merge 1 commit intomainfrom
jfversluis-patch-2

Conversation

@jfversluis
Copy link
Copy Markdown
Member

Description of Change

This test was added in #27764 but proves to be not really stable in other PRs. Marking as flaky to ignore it for now and opened #28178 to reenable later

cc: @LogishaSelvarajSF4525

@jfversluis jfversluis added area-testing Unit tests, device tests testing-green-ci labels Mar 5, 2025
Copilot AI review requested due to automatic review settings March 5, 2025 09:57
@jfversluis jfversluis requested a review from a team as a code owner March 5, 2025 09:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This PR marks the UI test BindingUpdatesFromInteractiveRefresh as flaky due to its unstable behavior in other PRs.

  • Added the [FlakyTest] attribute to ignore the unstable test.
  • References issue #28178 for future re-enablement.

Reviewed Changes

File Description
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue16910.cs Added [FlakyTest] attribute to mark the unstable test as flaky

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue16910.cs:31

  • While marking the test as flaky is a good temporary measure, please ensure that the test cases in both TestCases.HostApp and TestCases.Shared.Tests are updated accordingly to handle this state, and consider adding a reminder in the test documentation to re-enable it once issue #28178 is resolved.
[FlakyTest("Issue to reenable this test: https://github.com/dotnet/maui/issues/28178")]

}
#if TEST_FAILS_ON_CATALYST //Scroll actions cannot be performed on the macOS test server
[Test]
[FlakyTest("Issue to reenable this test: https://github.com/dotnet/maui/issues/28178")]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be fixed by #28137. Could we merge it, and if still fails sometimes mark it as Flaky?

@jfversluis
Copy link
Copy Markdown
Member Author

Assuming this is fixed by #28137 for now

@jfversluis jfversluis closed this Mar 5, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Apr 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-testing Unit tests, device tests testing-green-ci

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants