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

chore(android): update robolectric #1820

Merged
merged 1 commit into from
Feb 24, 2025
Merged

Conversation

abhaysood
Copy link
Contributor

  • Removed or ignored tests which used @config(sdk = []) as this is causing
    the tests to go OOM.
  • add testOptions.targetSdk to resolve tests from using old SDK versions
  • update android test manifest file with required permissions so that the test process
    does not crash

Description

Please add a summary of the changes

Related issue

References #(issue) #1819

@abhaysood abhaysood added the android android related label Feb 24, 2025
@abhaysood abhaysood requested a review from detj February 24, 2025 03:52
@abhaysood abhaysood self-assigned this Feb 24, 2025
Copy link

vercel bot commented Feb 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 24, 2025 4:01am

* Removed or ignored tests which
used @config(sdk = []) as this is causing
the tests to go OOM.
* add testOptions.targetSdk to resolve
tests from using old SDK versions
* update android test manifest file with
required permissions so that the test process
does not crash
@abhaysood abhaysood force-pushed the fix-instrumentation-tests branch from 7c145dc to 4a9105d Compare February 24, 2025 04:00
@abhaysood abhaysood changed the title chore(android): update robolectric & fix instrumentation test crash chore(android): update robolectric Feb 24, 2025
@abhaysood abhaysood merged commit fb0fca8 into main Feb 24, 2025
15 checks passed
@abhaysood abhaysood deleted the fix-instrumentation-tests branch February 24, 2025 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android android related
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants