ci: running Android native unit tests does not require an emulator#3319
Merged
Conversation
buenaflor
marked this pull request as ready for review
November 3, 2025 13:23
denrase
approved these changes
Nov 3, 2025
buenaflor
added a commit
that referenced
this pull request
Nov 4, 2025
buenaflor
added a commit
that referenced
this pull request
Nov 4, 2025
…3318) * Add support for captureReplay * Remove method channel methods * Update * Update * Update * Add test for adjustReplaySizeToBlockSize * Update * Add comment * Update tests * Clean up * Update tests * Update tests * Update tests * Update tests * Update tests * Update tests * release: 9.8.0 * Replace Android emulator test step with unit test (#3319) * build(deps): bump actions/upload-artifact from 4 to 5 (#3315) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump ruby/setup-ruby from 1.263.0 to 1.267.0 (#3316) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.263.0 to 1.267.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@0481980...d5126b9) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.267.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update CHANGELOG * Use round() instead of toInt() * Fix CHANGELOG * Update * Bug bot reviews * Add test * Fix test --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: getsentry-bot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
#skip-changelog
since it's a unit test we dont actually need an emulator
this fixes flakiness