diff options
Diffstat (limited to 'android/BuildInstructions.md')
| -rw-r--r-- | android/BuildInstructions.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md index b6dc1defca..fdbea86715 100644 --- a/android/BuildInstructions.md +++ b/android/BuildInstructions.md @@ -238,3 +238,6 @@ the `ENABLE_IN_APP_VERSION_NOTIFICATIONS` property can be set in `local.properti ``` ENABLE_IN_APP_VERSION_NOTIFICATIONS=false ``` + +### Run tests highly affected by rate limiting +To avoid being rate limited we avoid running tests sending requests that are highly rate limited too often. If you want to run these tests you can set `enable_highly_rate_limited_tests=true` in `local.properties`. The default value is `false`. |
