diff options
| author | Albin <albin@mullvad.net> | 2024-08-19 12:46:49 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-08-19 12:46:49 +0200 |
| commit | 3305d6aeb3018688dc4ab28ec60d5a990bb9d8fa (patch) | |
| tree | ecc00338159437299df39e4333716b6543356fd1 /android/BuildInstructions.md | |
| parent | 58a811f70b0d9da7ad052ec98b25eff65ee4a1be (diff) | |
| parent | 69bce812c4d300a1d9e26c0086a5778da65e01da (diff) | |
| download | mullvadvpn-3305d6aeb3018688dc4ab28ec60d5a990bb9d8fa.tar.xz mullvadvpn-3305d6aeb3018688dc4ab28ec60d5a990bb9d8fa.zip | |
Merge branch 'unable-to-get-initilizationprovider-droid-1238'
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`. |
