mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Test: Update emulator version from 31 to 33.
For all end-to-end tests, we currently run on a generic API 26 and newer API 31 emulator. Due to some issues on API 31, update to use an API 33 emulator. Also, update documentation to mention issues on different emulator versions. PiperOrigin-RevId: 509242743
This commit is contained in:
parent
dcd1f6bc6b
commit
94f7d2f2e3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ To generate new "expected" assets:
|
|||
and can be run locally, using go/crow:
|
||||
|
||||
```shell
|
||||
crow --device generic_phone --api_level 31 --arch x86
|
||||
crow --device generic_phone --api_level 33 --arch x86
|
||||
```
|
||||
|
||||
2. Run the test.
|
||||
|
|
|
|||
Loading…
Reference in a new issue