Add additional note to Android tests

This commit is contained in:
Chris Smowton
2023-01-20 18:04:33 +00:00
committed by Chris Smowton
parent 81e59e9005
commit a2e7b83411
8 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
# We currently have a bug where gradle tests become flaky when executed in parallel
# - sometimes, gradle fails to connect to the gradle daemon.
# Therefore, force this test to run sequentially.
# Additionally, Android SDK on-demand downloading can fail when multiple tests try to download the same SDK in parallel.