Commit 94f7d2f2 by huangdarwin Committed by christosts

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
parent dcd1f6bc
...@@ -14,7 +14,7 @@ To generate new "expected" assets: ...@@ -14,7 +14,7 @@ To generate new "expected" assets:
and can be run locally, using go/crow: and can be run locally, using go/crow:
```shell ```shell
crow --device generic_phone --api_level 31 --arch x86 crow --device generic_phone --api_level 33 --arch x86
``` ```
2. Run the test. 2. Run the test.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment