Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix integration tests getting stuck in location error loop. #2233

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

pixlwave
Copy link
Member

@pixlwave pixlwave commented Dec 12, 2023

Setting the map style URL every update breaks if an error is going to be thrown. It ended up going

update -> setURL -> error
   ^------------------|

Seems this wasn't a problem with Xcode 14, but it is with Xcode 15 and so Integration tests were blocked by it.

https://github.com/element-hq/element-x-ios/actions/runs/7185363878

@pixlwave pixlwave requested a review from a team as a code owner December 12, 2023 17:12
@pixlwave pixlwave requested review from Velin92 and removed request for a team December 12, 2023 17:12
Copy link

github-actions bot commented Dec 12, 2023

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.

Generated by 🚫 Danger Swift against 0e47dae

Copy link

sonarcloud bot commented Dec 12, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@pixlwave pixlwave merged commit e328863 into develop Dec 13, 2023
6 checks passed
@pixlwave pixlwave deleted the doug/integration-tests branch December 13, 2023 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants