You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop running android_instrumentation_test on Bazel CI (#397)
Android Emulator adds complexity to the infrastructure, because the emulator requires access to the /dev/kvm device and enabled Nested Virtualization, which means that basically any CI job could get root on the host VM using that. The mitigations for that make other features very hard to implement.
0 commit comments