Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Housekeeping] Fix iOS 14 broken tests #13638

Merged
merged 3 commits into from
Feb 5, 2021
Merged

[Housekeeping] Fix iOS 14 broken tests #13638

merged 3 commits into from
Feb 5, 2021

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

Fix iOS 14 broken tests.

API Changes

None

Platforms Affected

  • iOS

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

Testing Procedure

The build should pass.

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@jsuarezruiz jsuarezruiz added t/housekeeping ♻︎ Internal only changes, won't be included in release notes a/uitest iOS 14 labels Feb 3, 2021
[Test]
public void Bugzilla43161Test()
{
// Avoid launch the test (temporarily) in iOS 14 due to a bug sometimes not rendering some cell.
if (RunningApp.IsVersionOrNewer(14))
Copy link
Member

Choose a reason for hiding this comment

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

well not sure ignoring the test is a good call since it's actually catching the failure.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated to avoid ignore this tests in iOS 14.

@rmarinho rmarinho merged commit 739483e into 5.0.0 Feb 5, 2021
@rmarinho rmarinho deleted the fix-5.0-brokentests branch February 5, 2021 16:41
@samhouts samhouts added this to the 5.0.0 milestone Feb 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/uitest iOS 14 t/housekeeping ♻︎ Internal only changes, won't be included in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants